dnscrypto-proxy: Update to release 1.3.0
[tomato.git] / release / src / router / dnscrypt / config.h
blobb1bf636af990423b47da7b98bc6db909e33316ea
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7 /* define if you are cross-compiling */
8 #define CROSS_COMPILING /**/
10 /* define if you have backtrace() */
11 /* #undef HAVE_BACKTRACE */
13 /* define if you have clock_gettime() */
14 #define HAVE_CLOCK_GETTIME /**/
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
19 /* Define to 1 if you have the <execinfo.h> header file. */
20 /* #undef HAVE_EXECINFO_H */
22 /* Define to 1 if you have the `getpwnam' function. */
23 #define HAVE_GETPWNAM 1
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
28 /* Define to 1 if you have the `iphlpapi' library (-liphlpapi). */
29 /* #undef HAVE_LIBIPHLPAPI */
31 /* Define to 1 if you have the `psapi' library (-lpsapi). */
32 /* #undef HAVE_LIBPSAPI */
34 /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
35 /* #undef HAVE_LIBWS2_32 */
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
40 /* Define to 1 if you have the <paths.h> header file. */
41 #define HAVE_PATHS_H 1
43 /* Define to 1 if you have the <pwd.h> header file. */
44 #define HAVE_PWD_H 1
46 /* Define to 1 if you have the <sandbox.h> header file. */
47 /* #undef HAVE_SANDBOX_H */
49 /* Define to 1 if you have the `sandbox_init' function. */
50 /* #undef HAVE_SANDBOX_INIT */
52 /* Define to 1 if you have the `setrlimit' function. */
53 #define HAVE_SETRLIMIT 1
55 /* define if you have sin_len */
56 /* #undef HAVE_SIN_LEN */
58 /* define if you have ss_len */
59 /* #undef HAVE_SS_LEN */
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
73 /* Define to 1 if you have the <sys/cdefs.h> header file. */
74 #define HAVE_SYS_CDEFS_H 1
76 /* Define to 1 if you have the <sys/feature_tests.h> header file. */
77 /* #undef HAVE_SYS_FEATURE_TESTS_H */
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #define HAVE_UNISTD_H 1
88 /* Define to 1 if you have the <uuid/uuid.h> header file. */
89 /* #undef HAVE_UUID_UUID_H */
91 /* define if you have __ss_family */
92 /* #undef HAVE___SS_FAMILY */
94 /* define if you have __ss_len */
95 /* #undef HAVE___SS_LEN */
97 /* Define to the sub-directory in which libtool stores uninstalled libraries.
99 #define LT_OBJDIR ".libs/"
101 /* Define to 1 if assertions should be disabled. */
102 /* #undef NDEBUG */
104 /* Name of package */
105 #define PACKAGE "dnscrypt-proxy"
107 /* Define to the address where bug reports for this package should be sent. */
108 #define PACKAGE_BUGREPORT "https://github.com/opendns/dnscrypt-proxy/issues"
110 /* Define to the full name of this package. */
111 #define PACKAGE_NAME "dnscrypt-proxy"
113 /* Define to the full name and version of this package. */
114 #define PACKAGE_STRING "dnscrypt-proxy 1.0"
116 /* Define to the one symbol short name of this package. */
117 #define PACKAGE_TARNAME "dnscrypt-proxy"
119 /* Define to the home page for this package. */
120 #define PACKAGE_URL ""
122 /* Define to the version of this package. */
123 #define PACKAGE_VERSION "1.0"
125 /* Define to 1 if you have the ANSI C header files. */
126 #define STDC_HEADERS 1
128 /* Use blocking random */
129 /* #undef USE_BLOCKING_RANDOM */
131 /* Enable extensions on AIX 3, Interix. */
132 #ifndef _ALL_SOURCE
133 # define _ALL_SOURCE 1
134 #endif
135 /* Enable GNU extensions on systems that have them. */
136 #ifndef _GNU_SOURCE
137 # define _GNU_SOURCE 1
138 #endif
139 /* Enable threading extensions on Solaris. */
140 #ifndef _POSIX_PTHREAD_SEMANTICS
141 # define _POSIX_PTHREAD_SEMANTICS 1
142 #endif
143 /* Enable extensions on HP NonStop. */
144 #ifndef _TANDEM_SOURCE
145 # define _TANDEM_SOURCE 1
146 #endif
147 /* Enable general extensions on Solaris. */
148 #ifndef __EXTENSIONS__
149 # define __EXTENSIONS__ 1
150 #endif
153 /* Version number of package */
154 #define VERSION "1.0"
156 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
157 significant byte first (like Motorola and SPARC, unlike Intel). */
158 #if defined AC_APPLE_UNIVERSAL_BUILD
159 # if defined __BIG_ENDIAN__
160 # define WORDS_BIGENDIAN 1
161 # endif
162 #else
163 # ifndef WORDS_BIGENDIAN
164 /* # undef WORDS_BIGENDIAN */
165 # endif
166 #endif
168 /* Enable large inode numbers on Mac OS X 10.5. */
169 #ifndef _DARWIN_USE_64_BIT_INODE
170 # define _DARWIN_USE_64_BIT_INODE 1
171 #endif
173 /* Number of bits in a file offset, on hosts where this is settable. */
174 #define _FILE_OFFSET_BITS 64
176 /* Define for large files, on AIX-style hosts. */
177 /* #undef _LARGE_FILES */
179 /* Define to 1 if on MINIX. */
180 /* #undef _MINIX */
182 /* Define to 2 if the system does not provide POSIX.1 features except with
183 this defined. */
184 /* #undef _POSIX_1_SOURCE */
186 /* Define to 1 if you need to in order for `stat' and other things to work. */
187 /* #undef _POSIX_SOURCE */
189 /* in_port_t type */
190 /* #undef in_port_t */
192 /* Define to the equivalent of the C99 'restrict' keyword, or to
193 nothing if this is not supported. Do not define if restrict is
194 supported directly. */
195 #define restrict __restrict
196 /* Work around a bug in Sun C++: it does not support _Restrict or
197 __restrict__, even though the corresponding Sun C compiler ends up with
198 "#define restrict _Restrict" or "#define restrict __restrict__" in the
199 previous line. Perhaps some future version of Sun C++ will work with
200 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
201 #if defined __SUNPRO_CC && !defined __RESTRICT
202 # define _Restrict
203 # define __restrict__
204 #endif