Yannick Shpilka , cleaned up
[kgraphinterface.git] / config.h
blobb00bee0b423f4861ffe43ec5136990cfcb1cb586
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
5 /* #undef HAVE_CARBON_CARBON_H */
7 /* Define if you have the CoreAudio API */
8 /* #undef HAVE_COREAUDIO */
10 /* Define to 1 if you have the <crt_externs.h> header file. */
11 /* #undef HAVE_CRT_EXTERNS_H */
13 /* Defines if your system has the crypt function */
14 #define HAVE_CRYPT 1
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
22 /* Define if you have libjpeg */
23 #define HAVE_LIBJPEG 1
25 /* Define if you have libpng */
26 #define HAVE_LIBPNG 1
28 /* Define if you have a working libpthread (will enable threaded code) */
29 #define HAVE_LIBPTHREAD 1
31 /* Define if you have libz */
32 #define HAVE_LIBZ 1
34 /* Define to 1 if you have the <memory.h> header file. */
35 #define HAVE_MEMORY_H 1
37 /* Define if your system needs _NSGetEnviron to set up the environment */
38 /* #undef HAVE_NSGETENVIRON */
40 /* Define if you have res_init */
41 #define HAVE_RES_INIT 1
43 /* Define if you have the res_init prototype */
44 #define HAVE_RES_INIT_PROTO 1
46 /* Define if you have a STL implementation by SGI */
47 #define HAVE_SGI_STL 1
49 /* Define to 1 if you have the `snprintf' function. */
50 #define HAVE_SNPRINTF 1
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #define HAVE_STDINT_H 1
55 /* Define to 1 if you have the <stdlib.h> header file. */
56 #define HAVE_STDLIB_H 1
58 /* Define to 1 if you have the <strings.h> header file. */
59 #define HAVE_STRINGS_H 1
61 /* Define to 1 if you have the <string.h> header file. */
62 #define HAVE_STRING_H 1
64 /* Define if you have strlcat */
65 /* #undef HAVE_STRLCAT */
67 /* Define if you have the strlcat prototype */
68 /* #undef HAVE_STRLCAT_PROTO */
70 /* Define if you have strlcpy */
71 /* #undef HAVE_STRLCPY */
73 /* Define if you have the strlcpy prototype */
74 /* #undef HAVE_STRLCPY_PROTO */
76 /* Define to 1 if you have the <sys/bitypes.h> header file. */
77 #define HAVE_SYS_BITYPES_H 1
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
88 /* Define to 1 if you have the `vsnprintf' function. */
89 #define HAVE_VSNPRINTF 1
91 /* Suffix for lib directories */
92 #define KDELIBSUFF ""
94 /* Define a safe value for MAXPATHLEN */
95 #define KDEMAXPATHLEN 4096
97 /* Name of package */
98 #define PACKAGE "kgraphinterface"
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT ""
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME ""
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING ""
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME ""
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION ""
115 /* The size of a `char *', as computed by sizeof. */
116 #define SIZEOF_CHAR_P 4
118 /* The size of a `int', as computed by sizeof. */
119 #define SIZEOF_INT 4
121 /* The size of a `long', as computed by sizeof. */
122 #define SIZEOF_LONG 4
124 /* The size of a `short', as computed by sizeof. */
125 #define SIZEOF_SHORT 2
127 /* The size of a `size_t', as computed by sizeof. */
128 #define SIZEOF_SIZE_T 4
130 /* The size of a `unsigned long', as computed by sizeof. */
131 #define SIZEOF_UNSIGNED_LONG 4
133 /* Define to 1 if you have the ANSI C header files. */
134 #define STDC_HEADERS 1
136 /* Version number of package */
137 #define VERSION "0.1"
139 /* Defined if compiling without arts */
140 /* #undef WITHOUT_ARTS */
142 /* Define to 1 if your processor stores words with the most significant byte
143 first (like Motorola and SPARC, unlike Intel and VAX). */
144 /* #undef WORDS_BIGENDIAN */
147 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
148 * headers and I'm too lazy to write a configure test as long as only
149 * unixware is related
151 #ifdef _UNIXWARE
152 #define HAVE_BOOLEAN
153 #endif
158 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
159 * that defines bzero.
162 #if defined(_AIX)
163 #include <strings.h>
164 #endif
168 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
169 # include <sys/time.h>
170 # include <crt_externs.h>
171 # define environ (*_NSGetEnviron())
172 #endif
176 #if !defined(HAVE_RES_INIT_PROTO)
177 #ifdef __cplusplus
178 extern "C" {
179 #endif
180 int res_init(void);
181 #ifdef __cplusplus
183 #endif
184 #endif
188 #if !defined(HAVE_STRLCAT_PROTO)
189 #ifdef __cplusplus
190 extern "C" {
191 #endif
192 unsigned long strlcat(char*, const char*, unsigned long);
193 #ifdef __cplusplus
195 #endif
196 #endif
200 #if !defined(HAVE_STRLCPY_PROTO)
201 #ifdef __cplusplus
202 extern "C" {
203 #endif
204 unsigned long strlcpy(char*, const char*, unsigned long);
205 #ifdef __cplusplus
207 #endif
208 #endif
213 * On HP-UX, the declaration of vsnprintf() is needed every time !
216 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
217 #if __STDC__
218 #include <stdarg.h>
219 #include <stdlib.h>
220 #else
221 #include <varargs.h>
222 #endif
223 #ifdef __cplusplus
224 extern "C"
225 #endif
226 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
227 #ifdef __cplusplus
228 extern "C"
229 #endif
230 int snprintf(char *str, size_t n, char const *fmt, ...);
231 #endif
235 #if defined(__SVR4) && !defined(__svr4__)
236 #define __svr4__ 1
237 #endif
240 /* type to use in place of socklen_t if not defined */
241 #define kde_socklen_t socklen_t
243 /* type to use in place of socklen_t if not defined (deprecated, use
244 kde_socklen_t) */
245 #define ksize_t socklen_t