comparison GEMBASSY-1.0.3/src/config.h.in @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents 84a17b3fad1f
children
comparison
equal deleted inserted replaced
1:84a17b3fad1f 2:8947fca5f715
1 /* src/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 /* Define to 1 if the `getpgrp' function requires zero arguments. */
16 #undef GETPGRP_VOID
17
18 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
19 */
20 #undef HAVE_DIRENT_H
21
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #undef HAVE_DLFCN_H
24
25 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
26 #undef HAVE_DOPRNT
27
28 /* Define to 1 if you have the `erand48' function. */
29 #undef HAVE_ERAND48
30
31 /* Define to 1 if you have the `fork' function. */
32 #undef HAVE_FORK
33
34 /* Define to 1 if you have the <inttypes.h> header file. */
35 #undef HAVE_INTTYPES_H
36
37 /* Define to 1 if the Java Native Interface (JNI) is available. */
38 #undef HAVE_JAVA
39
40 /* Define to 1 if you have the `curl' library (-lcurl). */
41 #undef HAVE_LIBCURL
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 `strchr' function. */
71 #undef HAVE_STRCHR
72
73 /* Define to 1 if you have the `strdup' function. */
74 #undef HAVE_STRDUP
75
76 /* Define to 1 if you have the `strftime' function. */
77 #undef HAVE_STRFTIME
78
79 /* Define to 1 if you have the <strings.h> header file. */
80 #undef HAVE_STRINGS_H
81
82 /* Define to 1 if you have the <string.h> header file. */
83 #undef HAVE_STRING_H
84
85 /* Define to 1 if you have the `strstr' function. */
86 #undef HAVE_STRSTR
87
88 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
89 */
90 #undef HAVE_SYS_DIR_H
91
92 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
93 */
94 #undef HAVE_SYS_NDIR_H
95
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
98
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
101
102 /* Define to 1 if you have the <TargetConfig.h> header file. */
103 #undef HAVE_TARGETCONFIG_H
104
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #undef HAVE_UNISTD_H
107
108 /* Define to 1 if you have the `vfork' function. */
109 #undef HAVE_VFORK
110
111 /* Define to 1 if you have the <vfork.h> header file. */
112 #undef HAVE_VFORK_H
113
114 /* Define to 1 if you have the `vprintf' function. */
115 #undef HAVE_VPRINTF
116
117 /* Define to 1 if `fork' works. */
118 #undef HAVE_WORKING_FORK
119
120 /* Define to 1 if `vfork' works. */
121 #undef HAVE_WORKING_VFORK
122
123 /* Set to 1 if HPUX 64bit ptrs on 32 bit m/c */
124 #undef HPUX64PTRS
125
126 /* Define to the sub-directory where libtool stores uninstalled libraries. */
127 #undef LT_OBJDIR
128
129 /* Name of package */
130 #undef PACKAGE
131
132 /* Define to the address where bug reports for this package should be sent. */
133 #undef PACKAGE_BUGREPORT
134
135 /* Define to the full name of this package. */
136 #undef PACKAGE_NAME
137
138 /* Define to the full name and version of this package. */
139 #undef PACKAGE_STRING
140
141 /* Define to the one symbol short name of this package. */
142 #undef PACKAGE_TARNAME
143
144 /* Define to the home page for this package. */
145 #undef PACKAGE_URL
146
147 /* Define to the version of this package. */
148 #undef PACKAGE_VERSION
149
150 /* Define to 1 if PDF support is available */
151 #undef PLD_pdf
152
153 /* Define to 1 is PNG support is available */
154 #undef PLD_png
155
156 /* Define to 1 if X11 support is available */
157 #undef PLD_xwin
158
159 /* Define to 1 if you have the ANSI C header files. */
160 #undef STDC_HEADERS
161
162 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
163 #undef TM_IN_SYS_TIME
164
165 /* Version number of package */
166 #undef VERSION
167
168 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
169 significant byte first (like Motorola and SPARC, unlike Intel). */
170 #if defined AC_APPLE_UNIVERSAL_BUILD
171 # if defined __BIG_ENDIAN__
172 # define WORDS_BIGENDIAN 1
173 # endif
174 #else
175 # ifndef WORDS_BIGENDIAN
176 # undef WORDS_BIGENDIAN
177 # endif
178 #endif
179
180 /* Define to 1 if the X Window System is missing or not being used. */
181 #undef X_DISPLAY_MISSING
182
183 /* Set to 2 for open args */
184 #undef _FORTIFY_SOURCE
185
186 /* Define to empty if `const' does not conform to ANSI C. */
187 #undef const
188
189 /* Define to `__inline__' or `__inline' if that's what the C compiler
190 calls it, or to nothing if 'inline' is not supported under any name. */
191 #ifndef __cplusplus
192 #undef inline
193 #endif
194
195 /* Define to `int' if <sys/types.h> does not define. */
196 #undef pid_t
197
198 /* Define to `unsigned int' if <sys/types.h> does not define. */
199 #undef size_t
200
201 /* Define as `fork' if `vfork' does not work. */
202 #undef vfork