Switched from autotools to CMake.
[libsex.git] / source / config.hxx
blobb0345e95a04bb82863dfbe4878b6544a9b96e929
1 /* src/config.hxx. Generated from config.hxx.in by configure. */
2 /* src/config.hxx.in. Generated from configure.ac by autoheader. */
4 /* Copyright information. */
5 #define COPYRIGHT "2010 Andreas Waidler"
7 /* Define to 1 to enable debugging output to stderr */
8 /* #undef DEBUG */
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 /* #undef HAVE_DLFCN_H */
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 /* #undef HAVE_INTTYPES_H */
16 /* Define to 1 if you have the <memory.h> header file. */
17 /* #undef HAVE_MEMORY_H */
19 /* Define to 1 if stdbool.h conforms to C99. */
20 #define HAVE_STDBOOL_H 1
22 /* Define to 1 if you have the <stdint.h> header file. */
23 /* #undef HAVE_STDINT_H */
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 /* #undef HAVE_STDLIB_H */
28 /* Define to 1 if you have the <strings.h> header file. */
29 /* #undef HAVE_STRINGS_H */
31 /* Define to 1 if you have the <string.h> header file. */
32 /* #undef HAVE_STRING_H */
34 /* Define to 1 if you have the <sys/stat.h> header file. */
35 /* #undef HAVE_SYS_STAT_H */
37 /* Define to 1 if you have the <sys/types.h> header file. */
38 /* #undef HAVE_SYS_TYPES_H */
40 /* Define to 1 if you have the <unistd.h> header file. */
41 /* #undef HAVE_UNISTD_H */
43 /* Define to 1 if the system has the type `_Bool'. */
44 /* #undef HAVE__BOOL */
46 /* Define to the sub-directory in which libtool stores uninstalled libraries.
48 #define LT_OBJDIR ".libs/"
50 /* Name of package */
51 #define PACKAGE "libsex"
53 /* Define to the address where bug reports for this package should be sent. */
54 #define PACKAGE_BUGREPORT "<arandes@programmers.at>"
56 /* Define to the full name of this package. */
57 #define PACKAGE_NAME "libsex"
59 /* Define to the full name and version of this package. */
60 #define PACKAGE_STRING "libsex 1.0.0"
62 /* Define to the one symbol short name of this package. */
63 #define PACKAGE_TARNAME "libsex"
65 /* Define to the home page for this package. */
66 #define PACKAGE_URL ""
68 /* Define to the version of this package. */
69 #define PACKAGE_VERSION "1.0.0"
71 /* Define to 1 if you have the ANSI C header files. */
72 /* #undef STDC_HEADERS */
74 /* Version number of package */
75 #define VERSION "1.0.0"
77 /* Define to empty if `const' does not conform to ANSI C. */
78 /* #undef const */
80 /* Define to `__inline__' or `__inline' if that's what the C compiler
81 calls it, or to nothing if 'inline' is not supported under any name. */
82 #ifndef __cplusplus
83 /* #undef inline */
84 #endif