Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / config.h.in
blob71b9a4938dcb07503ebe35cc57c6d7596fb57dea
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* define if you are cross-compiling */
7 #undef CROSS_COMPILING
9 /* define if you have backtrace() */
10 #undef HAVE_BACKTRACE
12 /* define if you have clock_gettime() */
13 #undef HAVE_CLOCK_GETTIME
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
18 /* Define to 1 if you have the <execinfo.h> header file. */
19 #undef HAVE_EXECINFO_H
21 /* Define to 1 if you have the `getpwnam' function. */
22 #undef HAVE_GETPWNAM
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
27 /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
28 #undef HAVE_LIBIPHLPAPI
30 /* Define to 1 if you have the `psapi' library (-lpsapi). */
31 #undef HAVE_LIBPSAPI
33 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
34 #undef HAVE_LIBWS2_32
36 /* Define to 1 if you have the <memory.h> header file. */
37 #undef HAVE_MEMORY_H
39 /* Define to 1 if you have the <paths.h> header file. */
40 #undef HAVE_PATHS_H
42 /* Define to 1 if you have the <pwd.h> header file. */
43 #undef HAVE_PWD_H
45 /* Define to 1 if you have the <sandbox.h> header file. */
46 #undef HAVE_SANDBOX_H
48 /* Define to 1 if you have the `sandbox_init' function. */
49 #undef HAVE_SANDBOX_INIT
51 /* Define to 1 if you have the `setrlimit' function. */
52 #undef HAVE_SETRLIMIT
54 /* define if you have sin_len */
55 #undef HAVE_SIN_LEN
57 /* define if you have ss_len */
58 #undef HAVE_SS_LEN
60 /* Define to 1 if you have the <stdint.h> header file. */
61 #undef HAVE_STDINT_H
63 /* Define to 1 if you have the <stdlib.h> header file. */
64 #undef HAVE_STDLIB_H
66 /* Define to 1 if you have the <strings.h> header file. */
67 #undef HAVE_STRINGS_H
69 /* Define to 1 if you have the <string.h> header file. */
70 #undef HAVE_STRING_H
72 /* Define to 1 if you have the <sys/cdefs.h> header file. */
73 #undef HAVE_SYS_CDEFS_H
75 /* Define to 1 if you have the <sys/feature_tests.h> header file. */
76 #undef HAVE_SYS_FEATURE_TESTS_H
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
87 /* Define to 1 if you have the <uuid/uuid.h> header file. */
88 #undef HAVE_UUID_UUID_H
90 /* define if you have __ss_family */
91 #undef HAVE___SS_FAMILY
93 /* define if you have __ss_len */
94 #undef HAVE___SS_LEN
96 /* Define to the sub-directory in which libtool stores uninstalled libraries.
98 #undef LT_OBJDIR
100 /* Define to 1 if assertions should be disabled. */
101 #undef NDEBUG
103 /* Name of package */
104 #undef PACKAGE
106 /* Define to the address where bug reports for this package should be sent. */
107 #undef PACKAGE_BUGREPORT
109 /* Define to the full name of this package. */
110 #undef PACKAGE_NAME
112 /* Define to the full name and version of this package. */
113 #undef PACKAGE_STRING
115 /* Define to the one symbol short name of this package. */
116 #undef PACKAGE_TARNAME
118 /* Define to the home page for this package. */
119 #undef PACKAGE_URL
121 /* Define to the version of this package. */
122 #undef PACKAGE_VERSION
124 /* Define to 1 if you have the ANSI C header files. */
125 #undef STDC_HEADERS
127 /* Use blocking random */
128 #undef USE_BLOCKING_RANDOM
130 /* Enable extensions on AIX 3, Interix. */
131 #ifndef _ALL_SOURCE
132 # undef _ALL_SOURCE
133 #endif
134 /* Enable GNU extensions on systems that have them. */
135 #ifndef _GNU_SOURCE
136 # undef _GNU_SOURCE
137 #endif
138 /* Enable threading extensions on Solaris. */
139 #ifndef _POSIX_PTHREAD_SEMANTICS
140 # undef _POSIX_PTHREAD_SEMANTICS
141 #endif
142 /* Enable extensions on HP NonStop. */
143 #ifndef _TANDEM_SOURCE
144 # undef _TANDEM_SOURCE
145 #endif
146 /* Enable general extensions on Solaris. */
147 #ifndef __EXTENSIONS__
148 # undef __EXTENSIONS__
149 #endif
152 /* Version number of package */
153 #undef VERSION
155 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
156 significant byte first (like Motorola and SPARC, unlike Intel). */
157 #if defined AC_APPLE_UNIVERSAL_BUILD
158 # if defined __BIG_ENDIAN__
159 # define WORDS_BIGENDIAN 1
160 # endif
161 #else
162 # ifndef WORDS_BIGENDIAN
163 # undef WORDS_BIGENDIAN
164 # endif
165 #endif
167 /* Enable large inode numbers on Mac OS X 10.5. */
168 #ifndef _DARWIN_USE_64_BIT_INODE
169 # define _DARWIN_USE_64_BIT_INODE 1
170 #endif
172 /* Number of bits in a file offset, on hosts where this is settable. */
173 #undef _FILE_OFFSET_BITS
175 /* Define for large files, on AIX-style hosts. */
176 #undef _LARGE_FILES
178 /* Define to 1 if on MINIX. */
179 #undef _MINIX
181 /* Define to 2 if the system does not provide POSIX.1 features except with
182 this defined. */
183 #undef _POSIX_1_SOURCE
185 /* Define to 1 if you need to in order for `stat' and other things to work. */
186 #undef _POSIX_SOURCE
188 /* in_port_t type */
189 #undef in_port_t
191 /* Define to the equivalent of the C99 'restrict' keyword, or to
192 nothing if this is not supported. Do not define if restrict is
193 supported directly. */
194 #undef restrict
195 /* Work around a bug in Sun C++: it does not support _Restrict or
196 __restrict__, even though the corresponding Sun C compiler ends up with
197 "#define restrict _Restrict" or "#define restrict __restrict__" in the
198 previous line. Perhaps some future version of Sun C++ will work with
199 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
200 #if defined __SUNPRO_CC && !defined __RESTRICT
201 # define _Restrict
202 # define __restrict__
203 #endif