cannam@154
|
1 /* config.h.in. Generated from configure.ac by autoheader. */
|
cannam@154
|
2
|
cannam@154
|
3 /* Define to 1 if you have the <dlfcn.h> header file. */
|
cannam@154
|
4 #undef HAVE_DLFCN_H
|
cannam@154
|
5
|
cannam@154
|
6 /* Define to 1 if you have the <inttypes.h> header file. */
|
cannam@154
|
7 #undef HAVE_INTTYPES_H
|
cannam@154
|
8
|
cannam@154
|
9 /* Define to 1 if you have the <memory.h> header file. */
|
cannam@154
|
10 #undef HAVE_MEMORY_H
|
cannam@154
|
11
|
cannam@154
|
12 /* Define to 1 if you have the <stdint.h> header file. */
|
cannam@154
|
13 #undef HAVE_STDINT_H
|
cannam@154
|
14
|
cannam@154
|
15 /* Define to 1 if you have the <stdlib.h> header file. */
|
cannam@154
|
16 #undef HAVE_STDLIB_H
|
cannam@154
|
17
|
cannam@154
|
18 /* Define to 1 if you have the <strings.h> header file. */
|
cannam@154
|
19 #undef HAVE_STRINGS_H
|
cannam@154
|
20
|
cannam@154
|
21 /* Define to 1 if you have the <string.h> header file. */
|
cannam@154
|
22 #undef HAVE_STRING_H
|
cannam@154
|
23
|
cannam@154
|
24 /* Define to 1 if you have the <sys/stat.h> header file. */
|
cannam@154
|
25 #undef HAVE_SYS_STAT_H
|
cannam@154
|
26
|
cannam@154
|
27 /* Define to 1 if you have the <sys/types.h> header file. */
|
cannam@154
|
28 #undef HAVE_SYS_TYPES_H
|
cannam@154
|
29
|
cannam@154
|
30 /* Define to 1 if you have the <unistd.h> header file. */
|
cannam@154
|
31 #undef HAVE_UNISTD_H
|
cannam@154
|
32
|
cannam@154
|
33 /* Define to the sub-directory where libtool stores uninstalled libraries. */
|
cannam@154
|
34 #undef LT_OBJDIR
|
cannam@154
|
35
|
cannam@154
|
36 /* Disable floating-point API */
|
cannam@154
|
37 #undef OP_DISABLE_FLOAT_API
|
cannam@154
|
38
|
cannam@154
|
39 /* Enable assertions in code */
|
cannam@154
|
40 #undef OP_ENABLE_ASSERTIONS
|
cannam@154
|
41
|
cannam@154
|
42 /* Enable HTTP support */
|
cannam@154
|
43 #undef OP_ENABLE_HTTP
|
cannam@154
|
44
|
cannam@154
|
45 /* Enable fixed-point calculation */
|
cannam@154
|
46 #undef OP_FIXED_POINT
|
cannam@154
|
47
|
cannam@154
|
48 /* Enable use of lrintf function */
|
cannam@154
|
49 #undef OP_HAVE_LRINTF
|
cannam@154
|
50
|
cannam@154
|
51 /* Define to the address where bug reports for this package should be sent. */
|
cannam@154
|
52 #undef PACKAGE_BUGREPORT
|
cannam@154
|
53
|
cannam@154
|
54 /* Define to the full name of this package. */
|
cannam@154
|
55 #undef PACKAGE_NAME
|
cannam@154
|
56
|
cannam@154
|
57 /* Define to the full name and version of this package. */
|
cannam@154
|
58 #undef PACKAGE_STRING
|
cannam@154
|
59
|
cannam@154
|
60 /* Define to the one symbol short name of this package. */
|
cannam@154
|
61 #undef PACKAGE_TARNAME
|
cannam@154
|
62
|
cannam@154
|
63 /* Define to the home page for this package. */
|
cannam@154
|
64 #undef PACKAGE_URL
|
cannam@154
|
65
|
cannam@154
|
66 /* Define to the version of this package. */
|
cannam@154
|
67 #undef PACKAGE_VERSION
|
cannam@154
|
68
|
cannam@154
|
69 /* Define to 1 if you have the ANSI C header files. */
|
cannam@154
|
70 #undef STDC_HEADERS
|
cannam@154
|
71
|
cannam@154
|
72 /* Define this if the compiler supports __attribute__((
|
cannam@154
|
73 ifelse([visibility("default")], , [visibility_default],
|
cannam@154
|
74 [visibility("default")]) )) */
|
cannam@154
|
75 #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT
|
cannam@154
|
76
|
cannam@154
|
77 /* Define this if the compiler supports the -fvisibility flag */
|
cannam@154
|
78 #undef SUPPORT_FLAG_VISIBILITY
|
cannam@154
|
79
|
cannam@154
|
80 /* Enable extensions on AIX 3, Interix. */
|
cannam@154
|
81 #ifndef _ALL_SOURCE
|
cannam@154
|
82 # undef _ALL_SOURCE
|
cannam@154
|
83 #endif
|
cannam@154
|
84 /* Enable GNU extensions on systems that have them. */
|
cannam@154
|
85 #ifndef _GNU_SOURCE
|
cannam@154
|
86 # undef _GNU_SOURCE
|
cannam@154
|
87 #endif
|
cannam@154
|
88 /* Enable threading extensions on Solaris. */
|
cannam@154
|
89 #ifndef _POSIX_PTHREAD_SEMANTICS
|
cannam@154
|
90 # undef _POSIX_PTHREAD_SEMANTICS
|
cannam@154
|
91 #endif
|
cannam@154
|
92 /* Enable extensions on HP NonStop. */
|
cannam@154
|
93 #ifndef _TANDEM_SOURCE
|
cannam@154
|
94 # undef _TANDEM_SOURCE
|
cannam@154
|
95 #endif
|
cannam@154
|
96 /* Enable general extensions on Solaris. */
|
cannam@154
|
97 #ifndef __EXTENSIONS__
|
cannam@154
|
98 # undef __EXTENSIONS__
|
cannam@154
|
99 #endif
|
cannam@154
|
100
|
cannam@154
|
101
|
cannam@154
|
102 /* Enable large inode numbers on Mac OS X 10.5. */
|
cannam@154
|
103 #ifndef _DARWIN_USE_64_BIT_INODE
|
cannam@154
|
104 # define _DARWIN_USE_64_BIT_INODE 1
|
cannam@154
|
105 #endif
|
cannam@154
|
106
|
cannam@154
|
107 /* Number of bits in a file offset, on hosts where this is settable. */
|
cannam@154
|
108 #undef _FILE_OFFSET_BITS
|
cannam@154
|
109
|
cannam@154
|
110 /* Define for large files, on AIX-style hosts. */
|
cannam@154
|
111 #undef _LARGE_FILES
|
cannam@154
|
112
|
cannam@154
|
113 /* Define to 1 if on MINIX. */
|
cannam@154
|
114 #undef _MINIX
|
cannam@154
|
115
|
cannam@154
|
116 /* Define to 2 if the system does not provide POSIX.1 features except with
|
cannam@154
|
117 this defined. */
|
cannam@154
|
118 #undef _POSIX_1_SOURCE
|
cannam@154
|
119
|
cannam@154
|
120 /* Define to 1 if you need to in order for `stat' and other things to work. */
|
cannam@154
|
121 #undef _POSIX_SOURCE
|
cannam@154
|
122
|
cannam@154
|
123 /* We need at least WindowsXP for getaddrinfo/freeaddrinfo */
|
cannam@154
|
124 #undef _WIN32_WINNT
|