summaryrefslogtreecommitdiff
path: root/Build/source/libs/t1lib/sysconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/t1lib/sysconf.h.in')
-rw-r--r--Build/source/libs/t1lib/sysconf.h.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/Build/source/libs/t1lib/sysconf.h.in b/Build/source/libs/t1lib/sysconf.h.in
new file mode 100644
index 00000000000..1809d651b9e
--- /dev/null
+++ b/Build/source/libs/t1lib/sysconf.h.in
@@ -0,0 +1,40 @@
+/*--------------------------------------------------------------------------
+ ----- File: sysconf.h.in
+ ----- Author: Rainer Menzner (Rainer.Menzner@web.de)
+ ----- Date: 2001-04-01
+ ----- Description: This file is part of the t1-library. Some system
+ dependent definitions are stored here. sysconf.h
+ is generated from this file automatically by the
+ configure-script.
+ ----- Copyright: t1lib is copyrighted (c) Rainer Menzner, 1996-2001.
+ As of version 0.5, t1lib is distributed under the
+ GNU General Public Library Lincense. The
+ conditions can be found in the files LICENSE and
+ LGPL, which should reside in the toplevel
+ directory of the distribution. Please note that
+ there are parts of t1lib that are subject to
+ other licenses:
+ The parseAFM-package is copyrighted by Adobe Systems
+ Inc.
+ The type1 rasterizer is copyrighted by IBM and the
+ X11-consortium.
+ ----- Warranties: Of course, there's NO WARRANTY OF ANY KIND :-)
+ ----- Credits: I want to thank IBM and the X11-consortium for making
+ their rasterizer freely available.
+ Also thanks to Piet Tutelaers for his ps2pk, from
+ which I took the rasterizer sources in a format
+ independent from X11.
+ Thanks to all people who make free software living!
+--------------------------------------------------------------------------*/
+
+
+#undef __CHAR_UNSIGNED__
+#define SIZEOF_CHAR 0
+#define SIZEOF_SHORT 0
+#define SIZEOF_INT 0
+#define SIZEOF_LONG 0
+#define SIZEOF_LONG_LONG 0
+#define SIZEOF_FLOAT 0
+#define SIZEOF_DOUBLE 0
+#define SIZEOF_LONG_DOUBLE 0
+#define SIZEOF_VOID_P 0