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

Revision 17209, 1.4 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17208, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
7   This function is required for alloca.c support on those systems.  */
8#undef CRAY_STACKSEG_END
9
10/* Define if you have alloca, as a function or macro.  */
11#undef HAVE_ALLOCA
12
13/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
14#undef HAVE_ALLOCA_H
15
16/* If using the C implementation of alloca, define if you know the
17   direction of stack growth for your system; otherwise it will be
18   automatically deduced at run-time.
19 STACK_DIRECTION > 0 => grows toward higher addresses
20 STACK_DIRECTION < 0 => grows toward lower addresses
21 STACK_DIRECTION = 0 => direction of growth unknown
22 */
23#undef STACK_DIRECTION
24
25/* Define if you have the setresuid function.  */
26#undef HAVE_SETRESUID
27
28/* Define if you have the setreuid function.  */
29#undef HAVE_SETREUID
30
31/* Define if you have the <dirent.h> header file.  */
32#undef HAVE_DIRENT_H
33
34/* Define if you have the <dlfcn.h> header file.  */
35#undef HAVE_DLFCN_H
36
37/* Define if you have the <sys/wait.h> header file.  */
38#undef HAVE_SYS_WAIT_H
39
40/* Define if you have the <unistd.h> header file.  */
41#undef HAVE_UNISTD_H
42
43/* Name of package */
44#undef PACKAGE
45
46/* Version number of package */
47#undef VERSION
48
49/* We are using an installed GLib */
50#undef USE_INSTALLED_GLIB
51
Note: See TracBrowser for help on using the repository browser.