00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __CONFIG_H__
00011 #define __CONFIG_H__
00012
00036 #define HAVE_VALGRIND 1
00037
00040 #define ENABLE_DEBUG 1
00041
00043 #define ENABLE_GCOV 1
00044
00046
00047
00048
00051 #define WAA_WC_MD5_CHARS 0
00052 #if WAA_WC_MD5_CHARS >=0 && WAA_WC_MD5_CHARS <=32
00053
00054 #else
00055 #error "WAA_WC_MD5_CHARS invalid."
00056 #endif
00057
00058
00060 #define HAVE_LOCALES 1
00061
00068
00069
00070
00071
00072
00073
00074 #define AC_CV_C_UINT32_T uint32_t
00075
00077 #define HAVE_LINUX_TYPES_H 1
00078
00079 #define HAVE_LINUX_UNISTD_H 1
00080
00082 #define HAVE_DIRFD 1
00083
00084 #define HAVE_STRUCT_STAT_ST_MTIM 1
00085
00087
00088
00090 #define HAVE_COMPARISON_FN_T 1
00091 #ifndef HAVE_COMPARISON_FN_T
00092 typedef int (*comparison_fn_t) (__const void *, __const void *);
00093 #endif
00094
00095 #define HAVE_O_DIRECTORY 1
00096 #ifndef HAVE_O_DIRECTORY
00097 #define O_DIRECTORY (0)
00098 #endif
00099
00102 #define HAVE_LINUX_KDEV_T_H 1
00103
00104
00106
00107
00108 #ifdef HAVE_LINUX_KDEV_T_H
00109 #include <linux/kdev_t.h>
00110 #else
00111 #ifdef ENABLE_DEV_FAKE
00112
00115 #define MAJOR(dev) ((dev)>>8)
00116 #define MINOR(dev) ((dev) & 0xff)
00117 #define MKDEV(ma,mi) ((ma)<<8 | (mi))
00118
00119 #else
00120
00121 #define DEVICE_NODES_DISABLED() BUG("No MAJOR(), MINOR() or MKDEV() found at configure time.")
00122
00123
00124
00125
00126 #endif
00127 #endif
00128
00133
00134
00135 #ifdef HAVE_FASTCALL
00136 #define FASTCALL __attribute__((fastcall))
00137 #else
00138 #define FASTCALL
00139 #endif
00140
00142 #define HAVE_LCHOWN 1
00143
00144 #define HAVE_LUTIMES 1
00145
00146
00148 #ifndef NAME_MAX
00149 #define NAME_MAX (FILENAME_MAX)
00150 #endif
00151 #define HAVE_STRSEP 1
00152 #ifndef HAVE_STRSEP
00153 char * strsep (char **stringp, const char *delim);
00154 #endif
00155
00156 #define HAVE_FMEMOPEN 1
00157 #ifdef HAVE_FMEMOPEN
00158 #define ENABLE_DEBUGBUFFER 1
00159 #else
00160
00161 #endif
00162
00163
00164 #endif
00165