chiark / gitweb /
octave4.4
[nlopt.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Bugfix version number. */
4 #undef BUGFIX_VERSION
5
6 /* Define to enable extra debugging code. */
7 #undef DEBUG
8
9 /* Define to 1 if you have the `BSDgettimeofday' function. */
10 #undef HAVE_BSDGETTIMEOFDAY
11
12 /* Define if the copysign function/macro is available. */
13 #undef HAVE_COPYSIGN
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
17
18 /* Define to 1 if you have the <getopt.h> header file. */
19 #undef HAVE_GETOPT_H
20
21 /* Define to 1 if you have the `getpid' function. */
22 #undef HAVE_GETPID
23
24 /* Define if syscall(SYS_gettid) available. */
25 #undef HAVE_GETTID_SYSCALL
26
27 /* Define to 1 if you have the `gettimeofday' function. */
28 #undef HAVE_GETTIMEOFDAY
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define if the isinf() function/macro is available. */
34 #undef HAVE_ISINF
35
36 /* Define if the isnan() function/macro is available. */
37 #undef HAVE_ISNAN
38
39 /* Define to 1 if you have the `m' library (-lm). */
40 #undef HAVE_LIBM
41
42 /* Define to 1 if you have the <memory.h> header file. */
43 #undef HAVE_MEMORY_H
44
45 /* Define to 1 if you have the `qsort_r' function. */
46 #undef HAVE_QSORT_R
47
48 /* Define to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #undef HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #undef HAVE_STRING_H
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
65
66 /* Define to 1 if you have the `time' function. */
67 #undef HAVE_TIME
68
69 /* Define to 1 if the system has the type `uint32_t'. */
70 #undef HAVE_UINT32_T
71
72 /* Define to 1 if you have the <unistd.h> header file. */
73 #undef HAVE_UNISTD_H
74
75 /* Define to the sub-directory in which libtool stores uninstalled libraries.
76    */
77 #undef LT_OBJDIR
78
79 /* Major version number. */
80 #undef MAJOR_VERSION
81
82 /* Minor version number. */
83 #undef MINOR_VERSION
84
85 /* Name of package */
86 #undef PACKAGE
87
88 /* Define to the address where bug reports for this package should be sent. */
89 #undef PACKAGE_BUGREPORT
90
91 /* Define to the full name of this package. */
92 #undef PACKAGE_NAME
93
94 /* Define to the full name and version of this package. */
95 #undef PACKAGE_STRING
96
97 /* Define to the one symbol short name of this package. */
98 #undef PACKAGE_TARNAME
99
100 /* Define to the home page for this package. */
101 #undef PACKAGE_URL
102
103 /* Define to the version of this package. */
104 #undef PACKAGE_VERSION
105
106 /* replacement for broken HUGE_VAL macro, if needed */
107 #undef REPLACEMENT_HUGE_VAL
108
109 /* The size of `unsigned int', as computed by sizeof. */
110 #undef SIZEOF_UNSIGNED_INT
111
112 /* The size of `unsigned long', as computed by sizeof. */
113 #undef SIZEOF_UNSIGNED_LONG
114
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
117
118 /* Define to C thread-local keyword, or to nothing if this is not supported in
119    your compiler. */
120 #undef THREADLOCAL
121
122 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
123 #undef TIME_WITH_SYS_TIME
124
125 /* Version number of package */
126 #undef VERSION
127
128 /* Define if compiled including C++-based routines */
129 #undef WITH_CXX
130
131 /* Define to empty if `const' does not conform to ANSI C. */
132 #undef const
133
134 /* Define to `__inline__' or `__inline' if that's what the C compiler
135    calls it, or to nothing if 'inline' is not supported under any name.  */
136 #ifndef __cplusplus
137 #undef inline
138 #endif