debug/config.h

00001 /* config.h.  Generated from config.h.in by configure.  */
00002 /* config.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
00005 /* #undef HAVE_CARBON_CARBON_H */
00006 
00007 /* Define if you have the CoreAudio API */
00008 /* #undef HAVE_COREAUDIO */
00009 
00010 /* Define to 1 if you have the <crt_externs.h> header file. */
00011 /* #undef HAVE_CRT_EXTERNS_H */
00012 
00013 /* Defines if your system has the crypt function */
00014 #define HAVE_CRYPT 1
00015 
00016 /* Define to 1 if you have the <dlfcn.h> header file. */
00017 #define HAVE_DLFCN_H 1
00018 
00019 /* Define to 1 if you have the <inttypes.h> header file. */
00020 #define HAVE_INTTYPES_H 1
00021 
00022 /* Define if you have libjpeg */
00023 #define HAVE_LIBJPEG 1
00024 
00025 /* Define if you have libpng */
00026 #define HAVE_LIBPNG 1
00027 
00028 /* Define if you have a working libpthread (will enable threaded code) */
00029 #define HAVE_LIBPTHREAD 1
00030 
00031 /* Define if you have libz */
00032 #define HAVE_LIBZ 1
00033 
00034 /* Define to 1 if you have the <memory.h> header file. */
00035 #define HAVE_MEMORY_H 1
00036 
00037 /* Define if your system needs _NSGetEnviron to set up the environment */
00038 /* #undef HAVE_NSGETENVIRON */
00039 
00040 /* Define if you have res_init */
00041 #define HAVE_RES_INIT 1
00042 
00043 /* Define if you have the res_init prototype */
00044 #define HAVE_RES_INIT_PROTO 1
00045 
00046 /* Define if you have a STL implementation by SGI */
00047 #define HAVE_SGI_STL 1
00048 
00049 /* Define to 1 if you have the `snprintf' function. */
00050 #define HAVE_SNPRINTF 1
00051 
00052 /* Define to 1 if you have the <stdint.h> header file. */
00053 #define HAVE_STDINT_H 1
00054 
00055 /* Define to 1 if you have the <stdlib.h> header file. */
00056 #define HAVE_STDLIB_H 1
00057 
00058 /* Define to 1 if you have the <strings.h> header file. */
00059 #define HAVE_STRINGS_H 1
00060 
00061 /* Define to 1 if you have the <string.h> header file. */
00062 #define HAVE_STRING_H 1
00063 
00064 /* Define if you have strlcat */
00065 /* #undef HAVE_STRLCAT */
00066 
00067 /* Define if you have the strlcat prototype */
00068 /* #undef HAVE_STRLCAT_PROTO */
00069 
00070 /* Define if you have strlcpy */
00071 /* #undef HAVE_STRLCPY */
00072 
00073 /* Define if you have the strlcpy prototype */
00074 /* #undef HAVE_STRLCPY_PROTO */
00075 
00076 /* Define to 1 if you have the <sys/bitypes.h> header file. */
00077 #define HAVE_SYS_BITYPES_H 1
00078 
00079 /* Define to 1 if you have the <sys/stat.h> header file. */
00080 #define HAVE_SYS_STAT_H 1
00081 
00082 /* Define to 1 if you have the <sys/types.h> header file. */
00083 #define HAVE_SYS_TYPES_H 1
00084 
00085 /* Define to 1 if you have the <unistd.h> header file. */
00086 #define HAVE_UNISTD_H 1
00087 
00088 /* Define to 1 if you have the `vsnprintf' function. */
00089 #define HAVE_VSNPRINTF 1
00090 
00091 /* Suffix for lib directories */
00092 #define KDELIBSUFF ""
00093 
00094 /* Define a safe value for MAXPATHLEN */
00095 #define KDEMAXPATHLEN 4096
00096 
00097 /* Name of package */
00098 #define PACKAGE "testapp"
00099 
00100 /* Define to the address where bug reports for this package should be sent. */
00101 #define PACKAGE_BUGREPORT ""
00102 
00103 /* Define to the full name of this package. */
00104 #define PACKAGE_NAME ""
00105 
00106 /* Define to the full name and version of this package. */
00107 #define PACKAGE_STRING ""
00108 
00109 /* Define to the one symbol short name of this package. */
00110 #define PACKAGE_TARNAME ""
00111 
00112 /* Define to the version of this package. */
00113 #define PACKAGE_VERSION ""
00114 
00115 /* The size of `char *', as computed by sizeof. */
00116 #define SIZEOF_CHAR_P 8
00117 
00118 /* The size of `int', as computed by sizeof. */
00119 #define SIZEOF_INT 4
00120 
00121 /* The size of `long', as computed by sizeof. */
00122 #define SIZEOF_LONG 8
00123 
00124 /* The size of `short', as computed by sizeof. */
00125 #define SIZEOF_SHORT 2
00126 
00127 /* The size of `size_t', as computed by sizeof. */
00128 #define SIZEOF_SIZE_T 8
00129 
00130 /* The size of `unsigned long', as computed by sizeof. */
00131 #define SIZEOF_UNSIGNED_LONG 8
00132 
00133 /* Define to 1 if you have the ANSI C header files. */
00134 #define STDC_HEADERS 1
00135 
00136 /* Version number of package */
00137 #define VERSION "0.1"
00138 
00139 /* Defined if compiling without arts */
00140 /* #undef WITHOUT_ARTS */
00141 
00142 /* Define to 1 if your processor stores words with the most significant byte
00143    first (like Motorola and SPARC, unlike Intel and VAX). */
00144 /* #undef WORDS_BIGENDIAN */
00145 
00146 /*
00147  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
00148  * headers and I'm too lazy to write a configure test as long as only
00149  * unixware is related
00150  */
00151 #ifdef _UNIXWARE
00152 #define HAVE_BOOLEAN
00153 #endif
00154 
00155 
00156 
00157 /*
00158  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
00159  * that defines bzero.
00160  */
00161 
00162 #if defined(_AIX)
00163 #include <strings.h>
00164 #endif
00165 
00166 
00167 
00168 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
00169 # include <sys/time.h>
00170 # include <crt_externs.h>
00171 # define environ (*_NSGetEnviron())
00172 #endif
00173 
00174 
00175 
00176 #if !defined(HAVE_RES_INIT_PROTO)
00177 #ifdef __cplusplus
00178 extern "C" {
00179 #endif
00180 int res_init(void);
00181 #ifdef __cplusplus
00182 }
00183 #endif
00184 #endif
00185 
00186 
00187 
00188 #if !defined(HAVE_STRLCAT_PROTO)
00189 #ifdef __cplusplus
00190 extern "C" {
00191 #endif
00192 unsigned long strlcat(char*, const char*, unsigned long);
00193 #ifdef __cplusplus
00194 }
00195 #endif
00196 #endif
00197 
00198 
00199 
00200 #if !defined(HAVE_STRLCPY_PROTO)
00201 #ifdef __cplusplus
00202 extern "C" {
00203 #endif
00204 unsigned long strlcpy(char*, const char*, unsigned long);
00205 #ifdef __cplusplus
00206 }
00207 #endif
00208 #endif
00209 
00210 
00211 
00212 /*
00213  * On HP-UX, the declaration of vsnprintf() is needed every time !
00214  */
00215 
00216 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
00217 #if __STDC__
00218 #include <stdarg.h>
00219 #include <stdlib.h>
00220 #else
00221 #include <varargs.h>
00222 #endif
00223 #ifdef __cplusplus
00224 extern "C"
00225 #endif
00226 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
00227 #ifdef __cplusplus
00228 extern "C"
00229 #endif
00230 int snprintf(char *str, size_t n, char const *fmt, ...);
00231 #endif
00232 
00233 
00234 
00235 #if defined(__SVR4) && !defined(__svr4__)
00236 #define __svr4__ 1
00237 #endif
00238 
00239 
00240 /* type to use in place of socklen_t if not defined */
00241 #define kde_socklen_t socklen_t
00242 
00243 /* type to use in place of socklen_t if not defined (deprecated, use
00244    kde_socklen_t) */
00245 #define ksize_t socklen_t

Generated on Mon Sep 17 20:47:30 2007 for NeuroScope by  doxygen 1.5.1