1/*--------------------------------------------------------------------------
2  ----- File:        sysconf.h.in
3  ----- Author:      Rainer Menzner (Rainer.Menzner@web.de)
4  ----- Date:        2001-04-01
5  ----- Description: This file is part of the t1-library. Some system
6                     dependent definitions are stored here. sysconf.h
7		     is generated from this file automatically by the
8		     configure-script.
9  ----- Copyright:   t1lib is copyrighted (c) Rainer Menzner, 1996-2001.
10                     As of version 0.5, t1lib is distributed under the
11		     GNU General Public Library Lincense. The
12		     conditions can be found in the files LICENSE and
13		     LGPL, which should reside in the toplevel
14		     directory of the distribution.  Please note that
15		     there are parts of t1lib that are subject to
16		     other licenses:
17		     The parseAFM-package is copyrighted by Adobe Systems
18		     Inc.
19		     The type1 rasterizer is copyrighted by IBM and the
20		     X11-consortium.
21  ----- Warranties:  Of course, there's NO WARRANTY OF ANY KIND :-)
22  ----- Credits:     I want to thank IBM and the X11-consortium for making
23                     their rasterizer freely available.
24		     Also thanks to Piet Tutelaers for his ps2pk, from
25		     which I took the rasterizer sources in a format
26		     independent from X11.
27                     Thanks to all people who make free software living!
28--------------------------------------------------------------------------*/
29
30
31#undef __CHAR_UNSIGNED__
32#define SIZEOF_CHAR         0
33#define SIZEOF_SHORT        0
34#define SIZEOF_INT          0
35#define SIZEOF_LONG         0
36#define SIZEOF_LONG_LONG    0
37#define SIZEOF_FLOAT        0
38#define SIZEOF_DOUBLE       0
39#define SIZEOF_LONG_DOUBLE  0
40#define SIZEOF_VOID_P       0
41