Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file.
1 /* include/xstream/config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* if machine is little endian */
5 #define ARCH_LITTLE_ENDIAN 1
6 
7 /* if logging should be written to clog */
8 /* #undef ENABLE_LOGGING */
9 
10 /* if file descriptor support exists */
11 #define HAVE_FD 1
12 
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #define HAVE_INTTYPES_H 1
15 
16 /* if bzlib was found */
17 #define HAVE_LIBBZ2 1
18 
19 /* if zlib was found */
20 #define HAVE_LIBZ 1
21 
22 /* if localtime_r was found */
23 #define HAVE_LOCALTIME_R 1
24 
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if stdbool.h conforms to C99. */
29 /* #undef HAVE_STDBOOL_H */
30 
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #define HAVE_STDINT_H 1
33 
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #define HAVE_STDLIB_H 1
36 
37 /* Define to 1 if you have the <strings.h> header file. */
38 #define HAVE_STRINGS_H 1
39 
40 /* Define to 1 if you have the <string.h> header file. */
41 #define HAVE_STRING_H 1
42 
43 /* Define to 1 if you have the <sys/stat.h> header file. */
44 #define HAVE_SYS_STAT_H 1
45 
46 /* Define to 1 if you have the <sys/types.h> header file. */
47 #define HAVE_SYS_TYPES_H 1
48 
49 /* Define to 1 if you have the <unistd.h> header file. */
50 #define HAVE_UNISTD_H 1
51 
52 /* Define to 1 if the system has the type `_Bool'. */
53 /* #undef HAVE__BOOL */
54 
55 #ifdef DEFINE_XSTREAM_PACKAGE_MACROS
56 
57 /* Name of package */
58 #define PACKAGE "xstream"
59 
60 /* Define to the address where bug reports for this package should be sent. */
61 #define PACKAGE_BUGREPORT ""
62 
63 /* Define to the full name of this package. */
64 #define PACKAGE_NAME "XStream"
65 
66 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "XStream 0.0.2"
68 
69 /* Define to the one symbol short name of this package. */
70 #define PACKAGE_TARNAME "xstream"
71 
72 /* Define to the version of this package. */
73 #define PACKAGE_VERSION "0.0.2"
74 
75 /* Version number of package */
76 #define VERSION "0.0.2"
77 
78 #endif
79 
80 /* Define to 1 if you have the ANSI C header files. */
81 #define STDC_HEADERS 1
82 
83 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
84 /* #undef TM_IN_SYS_TIME */
85 
86 /* Define to empty if `const' does not conform to ANSI C. */
87 /* #undef const */
88 
89 /* Define to `__inline__' or `__inline' if that's what the C compiler
90  calls it, or to nothing if 'inline' is not supported under any name. */
91 #ifndef __cplusplus
92 /* #undef inline */
93 #endif
94 
95 /* Define to `unsigned' if <sys/types.h> does not define. */
96 /* #undef size_t */