Heraia  0.1.8
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Debug mode Off */
5 #define ENABLE_DEBUG FALSE
6 
7 /* always defined to indicate that i18n is enabled */
8 #define ENABLE_NLS 1
9 
10 /* Gettext Package used */
11 #define GETTEXT_PACKAGE "heraia"
12 
13 /* Gtk version 3 is available */
14 #define GTK3 1
15 
16 /* GtkHex version 3 is available */
17 #define GTKHEX3 1
18 
19 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
20 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
21 
22 /* Define to 1 if you have the `dcgettext' function. */
23 #define HAVE_DCGETTEXT 1
24 
25 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26  */
27 #define HAVE_DIRENT_H 1
28 
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #define HAVE_DLFCN_H 1
31 
32 /* Define if the GNU gettext() function is already present or preinstalled. */
33 #define HAVE_GETTEXT 1
34 
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37 
38 /* Define if your <locale.h> file defines LC_MESSAGES. */
39 #define HAVE_LC_MESSAGES 1
40 
41 /* Define to 1 if you have the <locale.h> header file. */
42 #define HAVE_LOCALE_H 1
43 
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
46 
47 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
48 /* #undef HAVE_NDIR_H */
49 
50 /* Define to 1 if you have the <stdint.h> header file. */
51 #define HAVE_STDINT_H 1
52 
53 /* Define to 1 if you have the <stdlib.h> header file. */
54 #define HAVE_STDLIB_H 1
55 
56 /* Define to 1 if you have the <strings.h> header file. */
57 #define HAVE_STRINGS_H 1
58 
59 /* Define to 1 if you have the <string.h> header file. */
60 #define HAVE_STRING_H 1
61 
62 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
63  */
64 /* #undef HAVE_SYS_DIR_H */
65 
66 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
67  */
68 /* #undef HAVE_SYS_NDIR_H */
69 
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #define HAVE_SYS_STAT_H 1
72 
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #define HAVE_SYS_TYPES_H 1
75 
76 /* Define to 1 if you have the <unistd.h> header file. */
77 #define HAVE_UNISTD_H 1
78 
79 /* Define to 1 if the system has the type `unsigned long long'. */
80 #define HAVE_UNSIGNED_LONG_LONG 1
81 
82 /* Logging is activated */
83 #define LOGOUTPUT 1
84 
85 /* Define to the sub-directory in which libtool stores uninstalled libraries.
86  */
87 #define LT_OBJDIR ".libs/"
88 
89 /* Name of package */
90 #define PACKAGE "heraia"
91 
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "Olivier Delhomme <heraia@delhomme.org>"
94 
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "Heraia"
97 
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "Heraia 0.1.8"
100 
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "heraia"
103 
104 /* Define to the version of this package. */
105 #define PACKAGE_VERSION "0.1.8"
106 
107 /* Define to 1 if you have the ANSI C header files. */
108 #define STDC_HEADERS 1
109 
110 /* This is a Linux system */
111 #define SYS_LINUX 1
112 
113 /* This is a Windows system using MinGW */
114 /* #undef SYS_MINGW */
115 
116 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
117 #define TIME_WITH_SYS_TIME 1
118 
119 /* Version number of package */
120 #define VERSION "0.1.8"
121 
122 /* Define to empty if `const' does not conform to ANSI C. */
123 /* #undef const */
124 
125 /* Define to `int' if <sys/types.h> does not define. */
126 /* #undef pid_t */
127 
128 /* Define to `unsigned int' if <sys/types.h> does not define. */
129 /* #undef size_t */