debian: fix build-deps for focal
[amule.git] / config.h.cm
blob0c6f196fdf4aac2a12922c5716f7f473771a32fc
1 /* Define to 1 if you have <boost/asio.hpp> and are using Boost.Asio for
2    networking. */
3 #cmakedefine ASIO_SOCKETS 1
5 /* Define to 1 if error_code handling should be handled internally */
6 #cmakedefine BOOST_ERROR_CODE_HEADER_ONLY 1
8 /* Define this to the include prefix of crypto++ */
9 #cmakedefine CRYPTOPP_INCLUDE_PREFIX ${CRYPTOPP_INCLUDE_PREFIX}
11 /* Define if upnp was found. */
12 #cmakedefine ENABLE_UPNP
14 /* Define to 1  if translation of program messages to the user's
15    native language is requested. */
16 #cmakedefine ENABLE_NLS 1
18 /* Define if you have the _SC_PAGESIZE constant in <unistd.h> */
19 #cmakedefine HAVE__SC_PAGESIZE
21 /* Define if you have the <argz.h> header file. */
22 #cmakedefine  HAVE_ARGZ_H
24 /* Define if you have the <bfd.h> header file. */
25 #cmakedefine  HAVE_BFD
27 /* Define if you have the <cxxabi.h> header file */
28 #cmakedefine HAVE_CXXABI
30 /* Define if you have the <errno.h> header file. */
31 #cmakedefine HAVE_ERRNO_H
33 /* Define if you have the <execinfo.h> header file */
34 #cmakedefine HAVE_EXECINFO
36 /* Define if you have the fallocate() function. */
37 #cmakedefine HAVE_FALLOCATE
39 /* Define if you have the <fcntl.h> header file. */
40 #cmakedefine HAVE_FCNTL_H 1
42 /* Define if you have the `getopt_long' function. */
43 #cmakedefine HAVE_GETOPT_LONG
45 /* Define if you have the `getrlimit' function. */
46 #cmakedefine HAVE_GETRLIMIT
48 /* Define if you have the <history.h> header file. */
49 #cmakedefine HAVE_HISTORY_H
51 /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
52 #cmakedefine HAVE_INTTYPES_H 1
54 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
55    declares uintmax_t. */
56 #cmakedefine HAVE_INTTYPES_H_WITH_UINTMAX 1
58 /* Define if you have a readline compatible library */
59 #cmakedefine HAVE_LIBREADLINE
61 /* Define if you have the <limits.h> header file. */
62 #cmakedefine HAVE_LIMITS_H
64 /* Define if you have the <locale.h> header file. */
65 #cmakedefine HAVE_LOCALE_H
67 /* Define if you have a working `mmap' system call. */
68 #cmakedefine HAVE_MMAP
70 /* Define if you have the `munmap' function. */
71 #cmakedefine HAVE_MUNMAP
73 /* Define if you have the <nl_types.h> header file. */
74 #cmakedefine HAVE_NL_TYPES_H
76 /* Define if you have posix_fallocate() and it should be used. */
77 #cmakedefine HAVE_POSIX_FALLOCATE
79 /* Define if you have the <readline.h> header file. */
80 #cmakedefine HAVE_READLINE_H
82 /* Define if your readline library has \`add_history' */
83 #cmakedefine HAVE_READLINE_HISTORY
85 /* Define if you have the <readline/history.h> header file. */
86 #cmakedefine HAVE_READLINE_HISTORY_H
88 /* Define if you have the <readline/readline.h> header file. */
89 #cmakedefine HAVE_READLINE_READLINE_H
91 /* Define if you have the `setrlimit' function. */
92 #cmakedefine HAVE_SETRLIMIT
94 /* Define if you have the <signal.h> header file. */
95 #cmakedefine HAVE_SIGNAL_H
97 /* Define if you have the <stddef.h> header file. */
98 #cmakedefine HAVE_STDDEF_H
100 /* Define if you have the <stdint.h> header file. */
101 #cmakedefine HAVE_STDINT_H
103 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
104    uintmax_t. */
105 #cmakedefine HAVE_STDINT_H_WITH_UINTMAX 1
107 /* Define if you have the <stdlib.h> header file. */
108 #cmakedefine HAVE_STDLIB_H
110 /* Define if you have the `strerror_r' function. */
111 #cmakedefine HAVE_STRERROR_R
113 /* Define if you have the <string.h> header file. */
114 #cmakedefine HAVE_STRING_H
116 /* Define to 1 if you have the `sysconf' function. */
117 #cmakedefine HAVE_SYSCONF 1
119 /* Define if you have the <sys/mman.h> header file. */
120 #cmakedefine HAVE_SYS_MMAN_H
122 /* Define if you have the <sys/param.h> header file. */
123 #cmakedefine HAVE_SYS_PARAM_H
125 /* Define if you have the <sys/resource.h> header file. */
126 #cmakedefine HAVE_SYS_RESOURCE_H
128 /* Define if you have the <sys/statvfs.h> header file. */
129 #cmakedefine HAVE_SYS_STATVFS_H
131 /* Define if you have the <sys/select.h> header file. */
132 #cmakedefine HAVE_SYS_SELECT_H 1
134 /* Define if you have the <sys/time.h> header file. */
135 #cmakedefine HAVE_SYS_TIME_H
137 /* Define if you have the <sys/types.h> header file. */
138 #cmakedefine HAVE_SYS_TYPES_H
140 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
141 #cmakedefine HAVE_SYS_WAIT_H
143 /* Define if you have the <unistd.h> header file. */
144 #cmakedefine HAVE_UNISTD_H 1
146 /* Name of package */
147 #cmakedefine PACKAGE "${PACKAGE}"
149 /* Define to the address where bug reports for this package should be sent. */
150 #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
152 /*#cmakedefine PACKAGE_NAME "aMule"*/
153 #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
155 /* Define to the full name and version of this package. */
156 #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
158 /* Define to the one symbol short name of this package. */
159 #cmakedefine PACKAGE_TARNAME "${PACKAGE_TARNAME}"
161 /* Define to the home page for this package. */
162 #cmakedefine PACKAGE_URL "${PACKAGE_URL}"
164 /* Define to the version of this package. */
165 #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
167 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
168 #cmakedefine PRI_MACROS_BROKEN
170 /* Define to 1 if strerror_r returns char *. */
171 #cmakedefine STRERROR_R_CHAR_P
173 /* The checkout date or svn revision number. */
174 #define SVNDATE "${SVNDATE}"
176 /* There's no point in defining this on every cmd-line */
177 #define USE_WX_EXTENSIONS
179 /* Version number of package */
180 #cmakedefine VERSION "${VERSION}"
182 /* Where the webserver finds it's themes */
183 #cmakedefine WEBSERVERDIR "${WEBSERVERDIR}"
185 /* Define if libpng is present is set. */
186 #cmakedefine WITH_LIBPNG
188 /* Define if ENABLE_NLS is set. */
189 #cmakedefine YYENABLE_NLS 1