107 |
/* Define to the one symbol short name of this package. */ |
/* Define to the one symbol short name of this package. */ |
108 |
#undef PACKAGE_TARNAME |
#undef PACKAGE_TARNAME |
109 |
|
|
110 |
|
/* Define to the home page for this package. */ |
111 |
|
#undef PACKAGE_URL |
112 |
|
|
113 |
/* Define to the version of this package. */ |
/* Define to the version of this package. */ |
114 |
#undef PACKAGE_VERSION |
#undef PACKAGE_VERSION |
115 |
|
|
119 |
/* Define to 1 if you have the ANSI C header files. */ |
/* Define to 1 if you have the ANSI C header files. */ |
120 |
#undef STDC_HEADERS |
#undef STDC_HEADERS |
121 |
|
|
122 |
/* Version number of package */ |
/* Enable extensions on AIX 3, Interix. */ |
|
#undef VERSION |
|
|
|
|
|
/* Define to 1 if on AIX 3. |
|
|
System headers sometimes define this. |
|
|
We just want to avoid a redefinition error message. */ |
|
123 |
#ifndef _ALL_SOURCE |
#ifndef _ALL_SOURCE |
124 |
# undef _ALL_SOURCE |
# undef _ALL_SOURCE |
125 |
#endif |
#endif |
126 |
|
/* Enable GNU extensions on systems that have them. */ |
127 |
|
#ifndef _GNU_SOURCE |
128 |
|
# undef _GNU_SOURCE |
129 |
|
#endif |
130 |
|
/* Enable threading extensions on Solaris. */ |
131 |
|
#ifndef _POSIX_PTHREAD_SEMANTICS |
132 |
|
# undef _POSIX_PTHREAD_SEMANTICS |
133 |
|
#endif |
134 |
|
/* Enable extensions on HP NonStop. */ |
135 |
|
#ifndef _TANDEM_SOURCE |
136 |
|
# undef _TANDEM_SOURCE |
137 |
|
#endif |
138 |
|
/* Enable general extensions on Solaris. */ |
139 |
|
#ifndef __EXTENSIONS__ |
140 |
|
# undef __EXTENSIONS__ |
141 |
|
#endif |
142 |
|
|
143 |
|
|
144 |
|
/* Version number of package */ |
145 |
|
#undef VERSION |
146 |
|
|
147 |
/* Define to 1 to build with debugging code. (--enable-debug) */ |
/* Define to 1 to build with debugging code. (--enable-debug) */ |
148 |
#undef _DEBUG |
#undef _DEBUG |