config.h.in

changeset 4
c95995faccb0
child 5
8c44725dc4ad
--- /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