source: trunk/third/gdk-pixbuf/config.h.in @ 17581

Revision 17581, 1.1 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17580, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2#undef HAVE_LIBSM
3#undef PACKAGE
4#undef VERSION
5#undef USE_GMODULE
6#undef USE_MMX
7#undef HAVE_PROGRESSIVE_JPEG
8#undef PATH_RGB_TXT
9
10/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
11#undef HAVE_DIRENT_H
12
13/* Define if you have the <dlfcn.h> header file. */
14#undef HAVE_DLFCN_H
15
16/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
17#undef HAVE_NDIR_H
18
19/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
20#undef HAVE_SYS_DIR_H
21
22/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
23#undef HAVE_SYS_NDIR_H
24
25/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
26#undef HAVE_SYS_WAIT_H
27
28/* Name of package */
29#undef PACKAGE
30
31/* Define as the return type of signal handlers (`int' or `void'). */
32#undef RETSIGTYPE
33
34/* Define if you have the ANSI C header files. */
35#undef STDC_HEADERS
36
37/* Version number of package */
38#undef VERSION
39
40/* Define if the X Window System is missing or not being used. */
41#undef X_DISPLAY_MISSING
Note: See TracBrowser for help on using the repository browser.