2 #cmakedefine PACKAGE "${APPLICATION_NAME}"
4 /* Version number of package */
5 #cmakedefine VERSION "${APPLICATION_VERSION}"
7 #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
8 #cmakedefine DATADIR "${DATADIR}"
9 #cmakedefine LIBDIR "${LIBDIR}"
10 #cmakedefine PLUGINDIR "${PLUGINDIR}"
11 #cmakedefine SYSCONFDIR "${SYSCONFDIR}"
12 #cmakedefine BINARYDIR "${BINARYDIR}"
13 #cmakedefine SOURCEDIR "${SOURCEDIR}"
15 /************************** HEADER FILES *************************/
17 /* Define to 1 if you have the <assert.h> header file. */
18 #cmakedefine HAVE_ASSERT_H 1
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #cmakedefine HAVE_DLFCN_H 1
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #cmakedefine HAVE_INTTYPES_H 1
26 /* Define to 1 if you have the <malloc.h> header file. */
27 #cmakedefine HAVE_MALLOC_H 1
29 /* Define to 1 if you have the <memory.h> header file. */
30 #cmakedefine HAVE_MEMORY_H 1
32 /* Define to 1 if you have the <setjmp.h> header file. */
33 #cmakedefine HAVE_SETJMP_H 1
35 /* Define to 1 if you have the <signal.h> header file. */
36 #cmakedefine HAVE_SIGNAL_H 1
38 /* Define to 1 if you have the <stdarg.h> header file. */
39 #cmakedefine HAVE_STDARG_H 1
41 /* Define to 1 if you have the <stddef.h> header file. */
42 #cmakedefine HAVE_STDDEF_H 1
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #cmakedefine HAVE_STDINT_H 1
47 /* Define to 1 if you have the <stdio.h> header file. */
48 #cmakedefine HAVE_STDIO_H 1
50 /* Define to 1 if you have the <stdlib.h> header file. */
51 #cmakedefine HAVE_STDLIB_H 1
53 /* Define to 1 if you have the <strings.h> header file. */
54 #cmakedefine HAVE_STRINGS_H 1
56 /* Define to 1 if you have the <string.h> header file. */
57 #cmakedefine HAVE_STRING_H 1
59 /* Define to 1 if you have the <sys/stat.h> header file. */
60 #cmakedefine HAVE_SYS_STAT_H 1
62 /* Define to 1 if you have the <sys/types.h> header file. */
63 #cmakedefine HAVE_SYS_TYPES_H 1
65 /* Define to 1 if you have the <unistd.h> header file. */
66 #cmakedefine HAVE_UNISTD_H 1
68 /*************************** FUNCTIONS ***************************/
70 /* Define to 1 if you have the `calloc' function. */
71 #cmakedefine HAVE_CALLOC 1
73 /* Define to 1 if you have the `exit' function. */
74 #cmakedefine HAVE_EXIT 1
76 /* Define to 1 if you have the `fprintf' function. */
77 #cmakedefine HAVE_FPRINTF 1
79 /* Define to 1 if you have the `free' function. */
80 #cmakedefine HAVE_FREE 1
82 /* Define to 1 if you have the `longjmp' function. */
83 #cmakedefine HAVE_LONGJMP 1
85 /* Define to 1 if you have the `malloc' function. */
86 #cmakedefine HAVE_MALLOC 1
88 /* Define to 1 if you have the `memcpy' function. */
89 #cmakedefine HAVE_MEMCPY 1
91 /* Define to 1 if you have the `memset' function. */
92 #cmakedefine HAVE_MEMSET 1
94 /* Define to 1 if you have the `printf' function. */
95 #cmakedefine HAVE_PRINTF 1
97 /* Define to 1 if you have the `setjmp' function. */
98 #cmakedefine HAVE_SETJMP 1
100 /* Define to 1 if you have the `signal' function. */
101 #cmakedefine HAVE_SIGNAL 1
103 /* Define to 1 if you have the `snprintf' function. */
104 #cmakedefine HAVE_SNPRINTF 1
106 /* Define to 1 if you have the `strcmp' function. */
107 #cmakedefine HAVE_STRCMP 1
109 /* Define to 1 if you have the `strcpy' function. */
110 #cmakedefine HAVE_STRCPY 1
112 /* Define to 1 if you have the `vsnprintf' function. */
113 #cmakedefine HAVE_VSNPRINTF 1
115 /**************************** OPTIONS ****************************/
117 /* define if the compiler implements namespaces */
118 #cmakedefine HAVE_NAMESPACES
120 /* Namespace for Google classes */
121 #cmakedefine GOOGLE_NAMESPACE
123 /* the namespace where STL code like vector<> is defined */
124 #cmakedefine STL_NAMESPACE
126 /* Stops putting the code inside the Google namespace */
127 #cmakedefine _END_GOOGLE_NAMESPACE_
129 /* Puts following code inside the Google namespace */
130 #cmakedefine _START_GOOGLE_NAMESPACE_
132 /*************************** ENDIAN *****************************/
134 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
135 significant byte first (like Motorola and SPARC, unlike Intel). */
136 #cmakedefine WORDS_BIGENDIAN 1