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 /* Gettext Package used */ 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 if the GNU gettext() function is already present or preinstalled. */ 00027 #define HAVE_GETTEXT 1 00028 00029 /* Define to 1 if you have the <inttypes.h> header file. */ 00030 #define HAVE_INTTYPES_H 1 00031 00032 /* Define if your <locale.h> file defines LC_MESSAGES. */ 00033 #define HAVE_LC_MESSAGES 1 00034 00035 /* Define to 1 if you have the <locale.h> header file. */ 00036 #define HAVE_LOCALE_H 1 00037 00038 /* Define to 1 if you have the <memory.h> header file. */ 00039 #define HAVE_MEMORY_H 1 00040 00041 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00042 /* #undef HAVE_NDIR_H */ 00043 00044 /* Define to 1 if you have the <stdint.h> header file. */ 00045 #define HAVE_STDINT_H 1 00046 00047 /* Define to 1 if you have the <stdlib.h> header file. */ 00048 #define HAVE_STDLIB_H 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 <sys/dir.h> header file, and it defines `DIR'. 00057 */ 00058 /* #undef HAVE_SYS_DIR_H */ 00059 00060 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00061 */ 00062 /* #undef HAVE_SYS_NDIR_H */ 00063 00064 /* Define to 1 if you have the <sys/stat.h> header file. */ 00065 #define HAVE_SYS_STAT_H 1 00066 00067 /* Define to 1 if you have the <sys/types.h> header file. */ 00068 #define HAVE_SYS_TYPES_H 1 00069 00070 /* Define to 1 if you have the <unistd.h> header file. */ 00071 #define HAVE_UNISTD_H 1 00072 00073 /* Define to 1 if the system has the type `unsigned long long'. */ 00074 #define HAVE_UNSIGNED_LONG_LONG 1 00075 00076 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00077 */ 00078 #define LT_OBJDIR ".libs/" 00079 00080 /* Name of package */ 00081 #define PACKAGE "heraia" 00082 00083 /* Define to the address where bug reports for this package should be sent. */ 00084 #define PACKAGE_BUGREPORT "Olivier Delhomme" 00085 00086 /* Define to the full name of this package. */ 00087 #define PACKAGE_NAME "Heraia" 00088 00089 /* Define to the full name and version of this package. */ 00090 #define PACKAGE_STRING "Heraia 0.1.2" 00091 00092 /* Define to the one symbol short name of this package. */ 00093 #define PACKAGE_TARNAME "heraia" 00094 00095 /* Define to the home page for this package. */ 00096 #define PACKAGE_URL "" 00097 00098 /* Define to the version of this package. */ 00099 #define PACKAGE_VERSION "0.1.2" 00100 00101 /* Define to 1 if you have the ANSI C header files. */ 00102 #define STDC_HEADERS 1 00103 00104 /* This is a Linux system */ 00105 #define SYS_LINUX 1 00106 00107 /* This is a Windows system using MinGW */ 00108 /* #undef SYS_MINGW */ 00109 00110 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00111 #define TIME_WITH_SYS_TIME 1 00112 00113 /* Version number of package */ 00114 #define VERSION "0.1.2" 00115 00116 /* Define to empty if `const' does not conform to ANSI C. */ 00117 /* #undef const */ 00118 00119 /* Define to `int' if <sys/types.h> does not define. */ 00120 /* #undef pid_t */ 00121 00122 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00123 /* #undef size_t */