gconfig.in revision 1.1.1.6
1/* gconfig.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if translation of program messages to the user's native
4   language is requested. */
5#undef ENABLE_NLS
6
7/* Define to 1 if you have the Mac OS X function
8   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
9#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
10
11/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
12   the CoreFoundation framework. */
13#undef HAVE_CFPREFERENCESCOPYAPPVALUE
14
15/* Define if the GNU dcgettext() function is already present or preinstalled.
16   */
17#undef HAVE_DCGETTEXT
18
19/* Is the prototype for getopt in <unistd.h> in the expected format? */
20#undef HAVE_DECL_GETOPT
21
22/* Define to 1 if you have the <dlfcn.h> header file. */
23#undef HAVE_DLFCN_H
24
25/* Define if the GNU gettext() function is already present or preinstalled. */
26#undef HAVE_GETTEXT
27
28/* Define if you have the iconv() function and it works. */
29#undef HAVE_ICONV
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#undef HAVE_INTTYPES_H
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the `setitimer' function. */
38#undef HAVE_SETITIMER
39
40/* Define to 1 if you have the <stdint.h> header file. */
41#undef HAVE_STDINT_H
42
43/* Define to 1 if you have the <stdlib.h> header file. */
44#undef HAVE_STDLIB_H
45
46/* Define to 1 if you have the <strings.h> header file. */
47#undef HAVE_STRINGS_H
48
49/* Define to 1 if you have the <string.h> header file. */
50#undef HAVE_STRING_H
51
52/* Define to 1 if you have the <sys/gmon_out.h> header file. */
53#undef HAVE_SYS_GMON_OUT_H
54
55/* Define to 1 if you have the <sys/stat.h> header file. */
56#undef HAVE_SYS_STAT_H
57
58/* Define to 1 if you have the <sys/time.h> header file. */
59#undef HAVE_SYS_TIME_H
60
61/* Define to 1 if you have the <sys/types.h> header file. */
62#undef HAVE_SYS_TYPES_H
63
64/* Define to 1 if you have the <unistd.h> header file. */
65#undef HAVE_UNISTD_H
66
67/* Define to 1 if you have the <windows.h> header file. */
68#undef HAVE_WINDOWS_H
69
70/* Define to the sub-directory in which libtool stores uninstalled libraries.
71   */
72#undef LT_OBJDIR
73
74/* Name of package */
75#undef PACKAGE
76
77/* Define to the address where bug reports for this package should be sent. */
78#undef PACKAGE_BUGREPORT
79
80/* Define to the full name of this package. */
81#undef PACKAGE_NAME
82
83/* Define to the full name and version of this package. */
84#undef PACKAGE_STRING
85
86/* Define to the one symbol short name of this package. */
87#undef PACKAGE_TARNAME
88
89/* Define to the home page for this package. */
90#undef PACKAGE_URL
91
92/* Define to the version of this package. */
93#undef PACKAGE_VERSION
94
95/* Define to 1 if you have the ANSI C header files. */
96#undef STDC_HEADERS
97
98/* Enable extensions on AIX 3, Interix.  */
99#ifndef _ALL_SOURCE
100# undef _ALL_SOURCE
101#endif
102/* Enable GNU extensions on systems that have them.  */
103#ifndef _GNU_SOURCE
104# undef _GNU_SOURCE
105#endif
106/* Enable threading extensions on Solaris.  */
107#ifndef _POSIX_PTHREAD_SEMANTICS
108# undef _POSIX_PTHREAD_SEMANTICS
109#endif
110/* Enable extensions on HP NonStop.  */
111#ifndef _TANDEM_SOURCE
112# undef _TANDEM_SOURCE
113#endif
114/* Enable general extensions on Solaris.  */
115#ifndef __EXTENSIONS__
116# undef __EXTENSIONS__
117#endif
118
119
120/* Version number of package */
121#undef VERSION
122
123/* Enable large inode numbers on Mac OS X 10.5.  */
124#ifndef _DARWIN_USE_64_BIT_INODE
125# define _DARWIN_USE_64_BIT_INODE 1
126#endif
127
128/* Number of bits in a file offset, on hosts where this is settable. */
129#undef _FILE_OFFSET_BITS
130
131/* Define for large files, on AIX-style hosts. */
132#undef _LARGE_FILES
133
134/* Define to 1 if on MINIX. */
135#undef _MINIX
136
137/* Define to 2 if the system does not provide POSIX.1 features except with
138   this defined. */
139#undef _POSIX_1_SOURCE
140
141/* Define to 1 if you need to in order for `stat' and other things to work. */
142#undef _POSIX_SOURCE
143