00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Debug mode Off */ 00005 #define ENABLE_DEBUG TRUE 00006 00007 /* always defined to indicate that i18n is enabled */ 00008 #define ENABLE_NLS 1 00009 00010 /* fix */ 00011 #define GETTEXT_PACKAGE "heraia" 00012 00013 /* Define to 1 if you have the `bind_textdomain_codeset' function. */ 00014 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 00015 00016 /* Define to 1 if you have the `dcgettext' function. */ 00017 #define HAVE_DCGETTEXT 1 00018 00019 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00020 */ 00021 #define HAVE_DIRENT_H 1 00022 00023 /* Define to 1 if you have the <dlfcn.h> header file. */ 00024 #define HAVE_DLFCN_H 1 00025 00026 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00027 /* #undef HAVE_DOPRNT */ 00028 00029 /* Define if the GNU gettext() function is already present or preinstalled. */ 00030 #define HAVE_GETTEXT 1 00031 00032 /* Define to 1 if you have the `gettimeofday' function. */ 00033 #define HAVE_GETTIMEOFDAY 1 00034 00035 /* Define to 1 if you have the <inttypes.h> header file. */ 00036 #define HAVE_INTTYPES_H 1 00037 00038 /* Define if your <locale.h> file defines LC_MESSAGES. */ 00039 #define HAVE_LC_MESSAGES 1 00040 00041 /* Define to 1 if you have the <locale.h> header file. */ 00042 #define HAVE_LOCALE_H 1 00043 00044 /* Define to 1 if you have the <memory.h> header file. */ 00045 #define HAVE_MEMORY_H 1 00046 00047 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00048 /* #undef HAVE_NDIR_H */ 00049 00050 /* Define to 1 if you have the `select' function. */ 00051 #define HAVE_SELECT 1 00052 00053 /* Define to 1 if you have the `socket' function. */ 00054 #define HAVE_SOCKET 1 00055 00056 /* Define to 1 if you have the <stdint.h> header file. */ 00057 #define HAVE_STDINT_H 1 00058 00059 /* Define to 1 if you have the <stdlib.h> header file. */ 00060 #define HAVE_STDLIB_H 1 00061 00062 /* Define to 1 if you have the `strdup' function. */ 00063 #define HAVE_STRDUP 1 00064 00065 /* Define to 1 if you have the `strerror' function. */ 00066 #define HAVE_STRERROR 1 00067 00068 /* Define to 1 if you have the <strings.h> header file. */ 00069 #define HAVE_STRINGS_H 1 00070 00071 /* Define to 1 if you have the <string.h> header file. */ 00072 #define HAVE_STRING_H 1 00073 00074 /* Define to 1 if you have the `strstr' function. */ 00075 #define HAVE_STRSTR 1 00076 00077 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00078 */ 00079 /* #undef HAVE_SYS_DIR_H */ 00080 00081 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00082 */ 00083 /* #undef HAVE_SYS_NDIR_H */ 00084 00085 /* Define to 1 if you have the <sys/stat.h> header file. */ 00086 #define HAVE_SYS_STAT_H 1 00087 00088 /* Define to 1 if you have the <sys/types.h> header file. */ 00089 #define HAVE_SYS_TYPES_H 1 00090 00091 /* Define to 1 if you have the <unistd.h> header file. */ 00092 #define HAVE_UNISTD_H 1 00093 00094 /* Define to 1 if the system has the type `unsigned long long'. */ 00095 #define HAVE_UNSIGNED_LONG_LONG 1 00096 00097 /* Define to 1 if you have the `vprintf' function. */ 00098 #define HAVE_VPRINTF 1 00099 00100 /* Name of package */ 00101 #define PACKAGE "heraia" 00102 00103 /* Define to the address where bug reports for this package should be sent. */ 00104 #define PACKAGE_BUGREPORT "Olivier Delhomme" 00105 00106 /* Define to the full name of this package. */ 00107 #define PACKAGE_NAME "Heraia" 00108 00109 /* Define to the full name and version of this package. */ 00110 #define PACKAGE_STRING "Heraia 0.0.6" 00111 00112 /* Define to the one symbol short name of this package. */ 00113 #define PACKAGE_TARNAME "heraia" 00114 00115 /* Define to the version of this package. */ 00116 #define PACKAGE_VERSION "0.0.6" 00117 00118 /* Define as the return type of signal handlers (`int' or `void'). */ 00119 #define RETSIGTYPE void 00120 00121 /* Define to 1 if you have the ANSI C header files. */ 00122 #define STDC_HEADERS 1 00123 00124 /* This is a Linux system */ 00125 #define SYS_LINUX 1 00126 00127 /* This is a Windows system using MinGW */ 00128 /* #undef SYS_MINGW */ 00129 00130 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00131 #define TIME_WITH_SYS_TIME 1 00132 00133 /* Version number of package */ 00134 #define VERSION "0.0.6" 00135 00136 /* Define to empty if `const' does not conform to ANSI C. */ 00137 /* #undef const */ 00138 00139 /* Define to `int' if <sys/types.h> does not define. */ 00140 /* #undef pid_t */ 00141 00142 /* Define to `unsigned' if <sys/types.h> does not define. */ 00143 /* #undef size_t */