1/* ajax/core/config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 to compile all deprecated functions */
7#undef AJ_COMPILE_DEPRECATED
8
9/* Define to 1 to compile deprecated functions used in book texts for 6.2.0 */
10#undef AJ_COMPILE_DEPRECATED_BOOK
11
12/* Define to 1 to collect AJAX library usage statistics. */
13#undef AJ_SAVESTATS
14
15/* AXIS2C location */
16#undef AXIS2C_LOC
17
18/* Define to 1 if the `getpgrp' function requires zero arguments. */
19#undef GETPGRP_VOID
20
21/* Define to 1 if using axis2c libraries */
22#undef HAVE_AXIS2C
23
24/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
25   */
26#undef HAVE_DIRENT_H
27
28/* Define to 1 if you have the <dlfcn.h> header file. */
29#undef HAVE_DLFCN_H
30
31/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
32#undef HAVE_DOPRNT
33
34/* Define to 1 if you have the `fork' function. */
35#undef HAVE_FORK
36
37/* Define to 1 if you have the <inttypes.h> header file. */
38#undef HAVE_INTTYPES_H
39
40/* Define to 1 if the Java Native Interface (JNI) is available. */
41#undef HAVE_JAVA
42
43/* Define to 1 if you have the `m' library (-lm). */
44#undef HAVE_LIBM
45
46/* Define to 1 if you have the `mcheck' function. */
47#undef HAVE_MCHECK
48
49/* Define to 1 if you have the `memmove' function. */
50#undef HAVE_MEMMOVE
51
52/* Define to 1 if you have the <memory.h> header file. */
53#undef HAVE_MEMORY_H
54
55/* Define to 1 if MySQL libraries are available. */
56#undef HAVE_MYSQL
57
58/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
59#undef HAVE_NDIR_H
60
61/* Define to 1 if PostgreSQL libraries are available. */
62#undef HAVE_POSTGRESQL
63
64/* Define to 1 if you have the <stdint.h> header file. */
65#undef HAVE_STDINT_H
66
67/* Define to 1 if you have the <stdlib.h> header file. */
68#undef HAVE_STDLIB_H
69
70/* Define to 1 if you have the `strftime' function. */
71#undef HAVE_STRFTIME
72
73/* Define to 1 if you have the <strings.h> header file. */
74#undef HAVE_STRINGS_H
75
76/* Define to 1 if you have the <string.h> header file. */
77#undef HAVE_STRING_H
78
79/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
80   */
81#undef HAVE_SYS_DIR_H
82
83/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
84   */
85#undef HAVE_SYS_NDIR_H
86
87/* Define to 1 if you have the <sys/stat.h> header file. */
88#undef HAVE_SYS_STAT_H
89
90/* Define to 1 if you have the <sys/types.h> header file. */
91#undef HAVE_SYS_TYPES_H
92
93/* Define to 1 if you have the <TargetConfig.h> header file. */
94#undef HAVE_TARGETCONFIG_H
95
96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Define to 1 if you have the `vfork' function. */
100#undef HAVE_VFORK
101
102/* Define to 1 if you have the <vfork.h> header file. */
103#undef HAVE_VFORK_H
104
105/* Define to 1 if you have the `vprintf' function. */
106#undef HAVE_VPRINTF
107
108/* Define to 1 if `fork' works. */
109#undef HAVE_WORKING_FORK
110
111/* Define to 1 if `vfork' works. */
112#undef HAVE_WORKING_VFORK
113
114/* Set to 1 if HPUX 64bit ptrs on 32 bit m/c */
115#undef HPUX64PTRS
116
117/* Define to the sub-directory in which libtool stores uninstalled libraries.
118   */
119#undef LT_OBJDIR
120
121/* Name of package */
122#undef PACKAGE
123
124/* Define to the address where bug reports for this package should be sent. */
125#undef PACKAGE_BUGREPORT
126
127/* Define to the full name of this package. */
128#undef PACKAGE_NAME
129
130/* Define to the full name and version of this package. */
131#undef PACKAGE_STRING
132
133/* Define to the one symbol short name of this package. */
134#undef PACKAGE_TARNAME
135
136/* Define to the home page for this package. */
137#undef PACKAGE_URL
138
139/* Define to the version of this package. */
140#undef PACKAGE_VERSION
141
142/* Define to 1 if PDF support is available */
143#undef PLD_pdf
144
145/* Define to 1 is PNG support is available */
146#undef PLD_png
147
148/* Define to 1 if X11 support is available */
149#undef PLD_xwin
150
151/* Define to 1 if you have the ANSI C header files. */
152#undef STDC_HEADERS
153
154/* Define to 1 if your <sys/time.h> declares `struct tm'. */
155#undef TM_IN_SYS_TIME
156
157/* Version number of package */
158#undef VERSION
159
160/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
161   significant byte first (like Motorola and SPARC, unlike Intel). */
162#if defined AC_APPLE_UNIVERSAL_BUILD
163# if defined __BIG_ENDIAN__
164#  define WORDS_BIGENDIAN 1
165# endif
166#else
167# ifndef WORDS_BIGENDIAN
168#  undef WORDS_BIGENDIAN
169# endif
170#endif
171
172/* Define to 1 if the X Window System is missing or not being used. */
173#undef X_DISPLAY_MISSING
174
175/* Set to 2 for open args */
176#undef _FORTIFY_SOURCE
177
178/* Define to empty if `const' does not conform to ANSI C. */
179#undef const
180
181/* Define to `__inline__' or `__inline' if that's what the C compiler
182   calls it, or to nothing if 'inline' is not supported under any name.  */
183#ifndef __cplusplus
184#undef inline
185#endif
186
187/* Define to `int' if <sys/types.h> does not define. */
188#undef pid_t
189
190/* Define to `unsigned int' if <sys/types.h> does not define. */
191#undef size_t
192
193/* Define as `fork' if `vfork' does not work. */
194#undef vfork
195