00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 if you have the `bzero' function. */ 00005 #define HAVE_BZERO 1 00006 00007 #define USE_UNICODE 1 00008 00009 /* Define to 1 if you have the <ctype.h> header file. */ 00010 #define HAVE_CTYPE_H 1 00011 00012 /* Define to 1 if you have the <getopt.h> header file. */ 00013 #define HAVE_GETOPT_H 1 00014 00015 /* Define to 1 if you have the <inttypes.h> header file. */ 00016 #define HAVE_INTTYPES_H 1 00017 00018 /* Define to 1 if you have the <libgen.h> header file. */ 00019 #define HAVE_LIBGEN_H 1 00020 00021 /* Define to 1 if you have the `m' library (-lm). */ 00022 #define HAVE_LIBM 1 00023 00024 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00025 to 0 otherwise. */ 00026 #define HAVE_MALLOC 1 00027 00028 /* Define to 1 if you have the <memory.h> header file. */ 00029 #define HAVE_MEMORY_H 1 00030 00031 /* Define to 1 if you have the `pow' function. */ 00032 #define HAVE_POW 1 00033 00034 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00035 and to 0 otherwise. */ 00036 #define HAVE_REALLOC 1 00037 00038 /* Define to 1 if stdbool.h conforms to C99. */ 00039 #define HAVE_STDBOOL_H 1 00040 00041 /* Define to 1 if you have the <stdint.h> header file. */ 00042 #define HAVE_STDINT_H 1 00043 00044 /* Define to 1 if you have the <stdlib.h> header file. */ 00045 #define HAVE_STDLIB_H 1 00046 00047 /* Define to 1 if you have the `strcasecmp' function. */ 00048 #define HAVE_STRCASECMP 1 00049 00050 /* Define to 1 if you have the <strings.h> header file. */ 00051 #define HAVE_STRINGS_H 1 00052 00053 /* Define to 1 if you have the <string.h> header file. */ 00054 #define HAVE_STRING_H 1 00055 00056 /* Define to 1 if you have the `strtol' function. */ 00057 #define HAVE_STRTOL 1 00058 00059 /* Define to 1 if you have the <sys/stat.h> header file. */ 00060 #define HAVE_SYS_STAT_H 1 00061 00062 /* Define to 1 if you have the <sys/types.h> header file. */ 00063 #define HAVE_SYS_TYPES_H 1 00064 00065 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00066 #define HAVE_SYS_WAIT_H 1 00067 00068 /* Define to 1 if you have the <unistd.h> header file. */ 00069 #define HAVE_UNISTD_H 1 00070 00071 /* Define to 1 if the system has the type `_Bool'. */ 00072 /* #undef HAVE__BOOL */ 00073 00074 /* We are using double for floating point numbers. */ 00075 #define MY_FLOAT float 00076 00077 /* Define to the address where bug reports for this package should be sent. */ 00078 #define PACKAGE_BUGREPORT "Michal Hrusecky <Michal.Hrusecky@seznam.cz>" 00079 00080 /* Define to the full name of this package. */ 00081 #define PACKAGE_NAME "affisix" 00082 00083 /* Define to the full name and version of this package. */ 00084 #define PACKAGE_STRING "affisix 2.1.99" 00085 00086 /* Define to the one symbol short name of this package. */ 00087 #define PACKAGE_TARNAME "affisix" 00088 00089 /* Define to the version of this package. */ 00090 #define PACKAGE_VERSION "2.1.99" 00091 00092 /* Define to 1 if you have the ANSI C header files. */ 00093 #define STDC_HEADERS 1 00094 00095 /* Do we want to use pthreads? */ 00096 /* #undef USE_PTHREADS */ 00097 00098 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 00099 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 00100 #define below would cause a syntax error. */ 00101 /* #undef _UINT8_T */ 00102 00103 /* Define to empty if `const' does not conform to ANSI C. */ 00104 /* #undef const */ 00105 00106 /* Define to rpl_malloc if the replacement function should be used. */ 00107 /* #undef malloc */ 00108 00109 /* Define to rpl_realloc if the replacement function should be used. */ 00110 /* #undef realloc */ 00111 00112 /* Define to the equivalent of the C99 'restrict' keyword, or to 00113 nothing if this is not supported. Do not define if restrict is 00114 supported directly. */ 00115 #define restrict __restrict 00116 /* Work around a bug in Sun C++: it does not support _Restrict, even 00117 though the corresponding Sun C compiler does, which causes 00118 "#define restrict _Restrict" in the previous line. Perhaps some future 00119 version of Sun C++ will work with _Restrict; if so, it'll probably 00120 define __RESTRICT, just as Sun C does. */ 00121 #if defined __SUNPRO_CC && !defined __RESTRICT 00122 # define _Restrict 00123 #endif 00124 00125 /* Define to the type of an unsigned integer type of width exactly 8 bits if 00126 such a type exists and the standard includes do not define it. */ 00127 /* #undef uint8_t */