source:
trunk/third/libungif/config.h.in
@
15266
Revision 15266, 1.1 KB checked in by ghudson, 24 years ago (diff) |
---|
Line | |
---|---|
1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
2 | |
3 | /* Define to empty if the keyword does not work. */ |
4 | #undef const |
5 | |
6 | /* Define if you don't have vprintf but do have _doprnt. */ |
7 | #undef HAVE_DOPRNT |
8 | |
9 | /* Define if you have the vprintf function. */ |
10 | #undef HAVE_VPRINTF |
11 | |
12 | /* Define if the setvbuf function takes the buffering type as its second |
13 | argument and the buffer pointer as the third, as on System V |
14 | before release 3. */ |
15 | #undef SETVBUF_REVERSED |
16 | |
17 | /* Define if you have the ANSI C header files. */ |
18 | #undef STDC_HEADERS |
19 | |
20 | /* Define if the X Window System is missing or not being used. */ |
21 | #undef X_DISPLAY_MISSING |
22 | |
23 | /* Define if you have the gl_s library (SGI GL library). */ |
24 | #undef HAVE_LIBGL_S |
25 | |
26 | /* Define if you have the X11 library. */ |
27 | #undef HAVE_LIBX11 |
28 | |
29 | /* Define if you have the strdup function. */ |
30 | #undef HAVE_STRDUP |
31 | |
32 | /* Define if you have the <fcntl.h> header file. */ |
33 | #undef HAVE_FCNTL_H |
34 | |
35 | /* Define if you have the <varargs.h> header file. */ |
36 | #undef HAVE_VARARGS_H |
37 | |
38 | /* Name of package */ |
39 | #undef PACKAGE |
40 | |
41 | /* Version number of package */ |
42 | #undef VERSION |
43 |
Note: See TracBrowser
for help on using the repository browser.