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