config.h.in

changeset 4
c95995faccb0
child 5
8c44725dc4ad
equal deleted inserted replaced
3:e854e3d704de 4:c95995faccb0
1 /* config.h.in. */
2
3 #undef COPYRIGHT
4 #undef VERSION
5
6 /* Compile experimental code (may not be present) */
7 #undef USE_EXPERIMENT
8
9 /* According to Sun we MUST define this in the source */
10 #define _REENTRANT 1
11
12 /* Define if you have the <zlib.h> header file. */
13 #undef HAVE_ZLIB_H
14
15 /* Define if you have the <cups/cups.h> header file. */
16 #undef HAVE_CUPS_CUPS_H
17

mercurial