00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #define HAVE_CRYPT 1
00018
00019
00020 #define HAVE_DLFCN_H 1
00021
00022
00023 #define HAVE_INTTYPES_H 1
00024
00025
00026 #define HAVE_LIBJPEG 1
00027
00028
00029 #define HAVE_LIBPNG 1
00030
00031
00032 #define HAVE_LIBPTHREAD 1
00033
00034
00035 #define HAVE_LIBZ 1
00036
00037
00038 #define HAVE_MEMORY_H 1
00039
00040
00041
00042
00043
00044 #define HAVE_RES_INIT 1
00045
00046
00047 #define HAVE_RES_INIT_PROTO 1
00048
00049
00050 #define HAVE_SGI_STL 1
00051
00052
00053 #define HAVE_SNPRINTF 1
00054
00055
00056 #define HAVE_STDINT_H 1
00057
00058
00059 #define HAVE_STDLIB_H 1
00060
00061
00062 #define HAVE_STRINGS_H 1
00063
00064
00065 #define HAVE_STRING_H 1
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080 #define HAVE_SYS_BITYPES_H 1
00081
00082
00083 #define HAVE_SYS_STAT_H 1
00084
00085
00086 #define HAVE_SYS_TYPES_H 1
00087
00088
00089 #define HAVE_UNISTD_H 1
00090
00091
00092 #define HAVE_VSNPRINTF 1
00093
00094
00095 #define KDELIBSUFF ""
00096
00097
00098 #define KDEMAXPATHLEN 4096
00099
00100
00101 #define PACKAGE "schematux"
00102
00103
00104 #define PACKAGE_BUGREPORT ""
00105
00106
00107 #define PACKAGE_NAME ""
00108
00109
00110 #define PACKAGE_STRING ""
00111
00112
00113 #define PACKAGE_TARNAME ""
00114
00115
00116 #define PACKAGE_VERSION ""
00117
00118
00119 #define SIZEOF_CHAR_P 4
00120
00121
00122 #define SIZEOF_INT 4
00123
00124
00125 #define SIZEOF_LONG 4
00126
00127
00128 #define SIZEOF_SHORT 2
00129
00130
00131 #define SIZEOF_SIZE_T 4
00132
00133
00134 #define SIZEOF_UNSIGNED_LONG 4
00135
00136
00137 #define STDC_HEADERS 1
00138
00139
00140 #define VERSION "0.9"
00141
00142
00143
00144
00145
00146
00147 #if defined AC_APPLE_UNIVERSAL_BUILD
00148 # if defined __BIG_ENDIAN__
00149 # define WORDS_BIGENDIAN 1
00150 # endif
00151 #else
00152 # ifndef WORDS_BIGENDIAN
00153
00154 # endif
00155 #endif
00156
00157
00158
00159
00160
00161
00162 #ifdef _UNIXWARE
00163 #define HAVE_BOOLEAN
00164 #endif
00165
00166
00167
00168
00169
00170
00171
00172
00173 #if defined(_AIX)
00174 #include <strings.h>
00175 #endif
00176
00177
00178
00179 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
00180 # include <sys/time.h>
00181 # include <crt_externs.h>
00182 # define environ (*_NSGetEnviron())
00183 #endif
00184
00185
00186
00187 #if !defined(HAVE_RES_INIT_PROTO)
00188 #ifdef __cplusplus
00189 extern "C" {
00190 #endif
00191 int res_init(void);
00192 #ifdef __cplusplus
00193 }
00194 #endif
00195 #endif
00196
00197
00198
00199 #if !defined(HAVE_STRLCAT_PROTO)
00200 #ifdef __cplusplus
00201 extern "C" {
00202 #endif
00203 unsigned long strlcat(char*, const char*, unsigned long);
00204 #ifdef __cplusplus
00205 }
00206 #endif
00207 #endif
00208
00209
00210
00211 #if !defined(HAVE_STRLCPY_PROTO)
00212 #ifdef __cplusplus
00213 extern "C" {
00214 #endif
00215 unsigned long strlcpy(char*, const char*, unsigned long);
00216 #ifdef __cplusplus
00217 }
00218 #endif
00219 #endif
00220
00221
00222
00223
00224
00225
00226
00227 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
00228 #if __STDC__
00229 #include <stdarg.h>
00230 #include <stdlib.h>
00231 #else
00232 #include <varargs.h>
00233 #endif
00234 #ifdef __cplusplus
00235 extern "C"
00236 #endif
00237 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
00238 #ifdef __cplusplus
00239 extern "C"
00240 #endif
00241 int snprintf(char *str, size_t n, char const *fmt, ...);
00242 #endif
00243
00244
00245
00246 #if defined(__SVR4) && !defined(__svr4__)
00247 #define __svr4__ 1
00248 #endif
00249
00250
00251
00252 #define kde_socklen_t socklen_t
00253
00254
00255
00256 #define ksize_t socklen_t