Added config.h.in

Tue, 22 Apr 2014 17:30:19 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 22 Apr 2014 17:30:19 +0200
changeset 4
c95995faccb0
parent 3
e854e3d704de
child 5
8c44725dc4ad

Added config.h.in

config.h.in file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h.in	Tue Apr 22 17:30:19 2014 +0200
@@ -0,0 +1,17 @@
+/* config.h.in.  */
+
+#undef COPYRIGHT
+#undef VERSION
+
+/* Compile experimental code (may not be present) */
+#undef USE_EXPERIMENT
+
+/* According to Sun we MUST define this in the source */
+#define _REENTRANT 1
+
+/* Define if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
+/* Define if you have the <cups/cups.h> header file. */
+#undef HAVE_CUPS_CUPS_H
+

mercurial