Separatista
/home/okkel/Projects/Cpp/separatista/config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the `alarm' function. */
5 #define HAVE_ALARM 1
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12 
13 /* Define to 1 if you have the `xerces-c' library (-lxerces-c). */
14 #define HAVE_LIBXERCES_C 1
15 
16 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
17  to 0 otherwise. */
18 #define HAVE_MALLOC 1
19 
20 /* Define to 1 if you have the <memory.h> header file. */
21 #define HAVE_MEMORY_H 1
22 
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #define HAVE_STDINT_H 1
25 
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #define HAVE_STDLIB_H 1
28 
29 /* Define to 1 if you have the <strings.h> header file. */
30 #define HAVE_STRINGS_H 1
31 
32 /* Define to 1 if you have the <string.h> header file. */
33 #define HAVE_STRING_H 1
34 
35 /* Define to 1 if you have the <sys/stat.h> header file. */
36 #define HAVE_SYS_STAT_H 1
37 
38 /* Define to 1 if you have the <sys/time.h> header file. */
39 #define HAVE_SYS_TIME_H 1
40 
41 /* Define to 1 if you have the <sys/types.h> header file. */
42 #define HAVE_SYS_TYPES_H 1
43 
44 /* Define to 1 if you have the <unistd.h> header file. */
45 #define HAVE_UNISTD_H 1
46 
47 /* Define to 1 if you have the <xercesc/parsers/XercesDOMParser.hpp> header
48  file. */
49 #define HAVE_XERCESC_PARSERS_XERCESDOMPARSER_HPP 1
50 
51 /* Define to 1 if the system has the type `_Bool'. */
52 #define HAVE__BOOL 1
53 
54 /* Define to the sub-directory where libtool stores uninstalled libraries. */
55 #define LT_OBJDIR ".libs/"
56 
57 /* Name of package */
58 #define PACKAGE "separatista"
59 
60 /* Define to the address where bug reports for this package should be sent. */
61 #define PACKAGE_BUGREPORT "info@vanhetland.nl"
62 
63 /* Define to the full name of this package. */
64 #define PACKAGE_NAME "Separatista"
65 
66 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "Separatista 0.4"
68 
69 /* Define to the one symbol short name of this package. */
70 #define PACKAGE_TARNAME "separatista"
71 
72 /* Define to the home page for this package. */
73 #define PACKAGE_URL ""
74 
75 /* Define to the version of this package. */
76 #define PACKAGE_VERSION "0.4"
77 
78 /* Define to 1 if you have the ANSI C header files. */
79 #define STDC_HEADERS 1
80 
81 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
82 #define TIME_WITH_SYS_TIME 1
83 
84 /* Version number of package */
85 #define VERSION "0.4"
86 
87 /* Define to `__inline__' or `__inline' if that's what the C compiler
88  calls it, or to nothing if 'inline' is not supported under any name. */
89 #ifndef __cplusplus
90 /* #undef inline */
91 #endif
92 
93 /* Define to rpl_malloc if the replacement function should be used. */
94 /* #undef malloc */
95 
96 /* Define to `unsigned int' if <sys/types.h> does not define. */
97 /* #undef size_t */