source: trunk/third/pkgconfig/config.h.in @ 18224

Revision 18224, 2.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18223, which included commits to RCS files with non-trunk default branches.
RevLine 
[18223]1/* config.h.in.  Generated from configure.in by autoheader.  */
2#undef SIZEOF_LONG
3#undef SIZEOF_VOID_P
[17208]4
[18223]5/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6   systems. This function is required for `alloca.c' support on those systems.
7   */
8#undef CRAY_STACKSEG_END
9
10/* Define to 1 if using `alloca.c'. */
[17208]11#undef C_ALLOCA
12
[18223]13/* Define to 1 if you have `alloca', as a function or macro. */
[17208]14#undef HAVE_ALLOCA
15
[18223]16/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
17   */
[17208]18#undef HAVE_ALLOCA_H
19
[18223]20/* Define to 1 if you have the <dirent.h> header file. */
21#undef HAVE_DIRENT_H
[17208]22
[18223]23/* Define to 1 if you have the <dlfcn.h> header file. */
24#undef HAVE_DLFCN_H
25
26/* Define to 1 if you have the <inttypes.h> header file. */
27#undef HAVE_INTTYPES_H
28
29/* Define to 1 if you have the <memory.h> header file. */
30#undef HAVE_MEMORY_H
31
32/* Define to 1 if you have the `setresuid' function. */
[17208]33#undef HAVE_SETRESUID
34
[18223]35/* Define to 1 if you have the `setreuid' function. */
[17208]36#undef HAVE_SETREUID
37
[18223]38/* Define to 1 if you have the <stdint.h> header file. */
39#undef HAVE_STDINT_H
[17208]40
[18223]41/* Define to 1 if you have the <stdlib.h> header file. */
42#undef HAVE_STDLIB_H
[17208]43
[18223]44/* Define to 1 if you have the <strings.h> header file. */
45#undef HAVE_STRINGS_H
46
47/* Define to 1 if you have the <string.h> header file. */
48#undef HAVE_STRING_H
49
50/* Define to 1 if you have the <sys/stat.h> header file. */
51#undef HAVE_SYS_STAT_H
52
53/* Define to 1 if you have the <sys/types.h> header file. */
54#undef HAVE_SYS_TYPES_H
55
56/* Define to 1 if you have the <sys/wait.h> header file. */
[17208]57#undef HAVE_SYS_WAIT_H
58
[18223]59/* Define to 1 if you have the <unistd.h> header file. */
[17208]60#undef HAVE_UNISTD_H
61
62/* Name of package */
63#undef PACKAGE
64
[18223]65/* Define to the address where bug reports for this package should be sent. */
66#undef PACKAGE_BUGREPORT
[17208]67
[18223]68/* Define to the full name of this package. */
69#undef PACKAGE_NAME
70
71/* Define to the full name and version of this package. */
72#undef PACKAGE_STRING
73
74/* Define to the one symbol short name of this package. */
75#undef PACKAGE_TARNAME
76
77/* Define to the version of this package. */
78#undef PACKAGE_VERSION
79
80/* If using the C implementation of alloca, define if you know the
81   direction of stack growth for your system; otherwise it will be
82   automatically deduced at run-time.
83        STACK_DIRECTION > 0 => grows toward higher addresses
84        STACK_DIRECTION < 0 => grows toward lower addresses
85        STACK_DIRECTION = 0 => direction of growth unknown */
86#undef STACK_DIRECTION
87
88/* Define to 1 if you have the ANSI C header files. */
89#undef STDC_HEADERS
90
[17208]91/* We are using an installed GLib */
92#undef USE_INSTALLED_GLIB
93
[18223]94/* Version number of package */
95#undef VERSION
Note: See TracBrowser for help on using the repository browser.