# HG changeset patch # User Michiel Broek # Date 1398180619 -7200 # Node ID c95995faccb05911f6b45b6de84c7124ef167658 # Parent e854e3d704dee8d7c359b9babd9c3b023c36fd64 Added config.h.in diff -r e854e3d704de -r c95995faccb0 config.h.in --- /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 header file. */ +#undef HAVE_ZLIB_H + +/* Define if you have the header file. */ +#undef HAVE_CUPS_CUPS_H +