1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
4 #undef HAVE_CARBON_CARBON_H
6 /* Define if you have the CoreAudio API */
9 /* Define to 1 if you have the <crt_externs.h> header file. */
10 #undef HAVE_CRT_EXTERNS_H
12 /* Defines if your system has the crypt function */
15 /* Define to 1 if you have the <dlfcn.h> header file. */
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
21 /* Define if you have libjpeg */
24 /* Define if you have libpng */
27 /* Define if you have a working libpthread (will enable threaded code) */
28 #undef HAVE_LIBPTHREAD
30 /* Define if you have libz */
33 /* Define to 1 if you have the <memory.h> header file. */
36 /* Define if your system needs _NSGetEnviron to set up the environment */
37 #undef HAVE_NSGETENVIRON
39 /* Define if you have res_init */
42 /* Define if you have the res_init prototype */
43 #undef HAVE_RES_INIT_PROTO
45 /* Define if you have a STL implementation by SGI */
48 /* Define to 1 if you have the `snprintf' function. */
51 /* Define to 1 if you have the <stdint.h> header file. */
54 /* Define to 1 if you have the <stdlib.h> header file. */
57 /* Define to 1 if you have the <strings.h> header file. */
60 /* Define to 1 if you have the <string.h> header file. */
63 /* Define if you have strlcat */
66 /* Define if you have the strlcat prototype */
67 #undef HAVE_STRLCAT_PROTO
69 /* Define if you have strlcpy */
72 /* Define if you have the strlcpy prototype */
73 #undef HAVE_STRLCPY_PROTO
75 /* Define to 1 if you have the <sys/bitypes.h> header file. */
76 #undef HAVE_SYS_BITYPES_H
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* Define to 1 if you have the <unistd.h> header file. */
87 /* Define to 1 if you have the `vsnprintf' function. */
90 /* Suffix for lib directories */
93 /* Define a safe value for MAXPATHLEN */
99 /* Define to the address where bug reports for this package should be sent. */
100 #undef PACKAGE_BUGREPORT
102 /* Define to the full name of this package. */
105 /* Define to the full name and version of this package. */
106 #undef PACKAGE_STRING
108 /* Define to the one symbol short name of this package. */
109 #undef PACKAGE_TARNAME
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* The size of `char *', as computed by sizeof. */
117 /* The size of `int', as computed by sizeof. */
120 /* The size of `long', as computed by sizeof. */
123 /* The size of `short', as computed by sizeof. */
126 /* The size of `size_t', as computed by sizeof. */
129 /* The size of `unsigned long', as computed by sizeof. */
130 #undef SIZEOF_UNSIGNED_LONG
132 /* Define to 1 if you have the ANSI C header files. */
135 /* Version number of package */
138 /* Defined if compiling without arts */
141 /* Define to 1 if your processor stores words with the most significant byte
142 first (like Motorola and SPARC, unlike Intel and VAX). */
143 #undef WORDS_BIGENDIAN
146 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
147 * headers and I'm too lazy to write a configure test as long as only
148 * unixware is related
157 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
158 * that defines bzero.
167 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
168 # include <sys/time.h>
169 # include <crt_externs.h>
170 # define environ (*_NSGetEnviron())
175 #if !defined(HAVE_RES_INIT_PROTO)
187 #if !defined(HAVE_STRLCAT_PROTO)
191 unsigned long strlcat(char*, const char*, unsigned long);
199 #if !defined(HAVE_STRLCPY_PROTO)
203 unsigned long strlcpy(char*, const char*, unsigned long);
212 * On HP-UX, the declaration of vsnprintf() is needed every time !
215 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
225 int vsnprintf(char *str
, size_t n
, char const *fmt
, va_list ap
);
229 int snprintf(char *str
, size_t n
, char const *fmt
, ...);
234 #if defined(__SVR4) && !defined(__svr4__)
239 /* type to use in place of socklen_t if not defined */
242 /* type to use in place of socklen_t if not defined (deprecated, use