chiark / gitweb /
Switch to cmake (#49)
[nlopt.git] / config.cmake.h.in
index 0dce2dba5396da619afd8bf49ae307a8dc3bd32a..0937ab73978e620b89fddf5222d85ad8e9793235 100644 (file)
 /* Define to 1 if you have the `BSDgettimeofday' function. */\r
 #undef HAVE_BSDGETTIMEOFDAY\r
 \r
+/* Define if the copysign function/macro is available. */\r
+#cmakedefine HAVE_COPYSIGN\r
+\r
 /* Define to 1 if you have the <dlfcn.h> header file. */\r
-#undef HAVE_DLFCN_H\r
+#cmakedefine HAVE_DLFCN_H\r
+\r
+/* Define if the fpclassify() function/macro is available. */\r
+#cmakedefine HAVE_FPCLASSIFY\r
 \r
 /* Define to 1 if you have the <getopt.h> header file. */\r
-#undef HAVE_GETOPT_H\r
+#cmakedefine HAVE_GETOPT_H\r
 \r
 /* Define to 1 if you have the `getpid' function. */\r
-#undef HAVE_GETPID\r
+#cmakedefine HAVE_GETPID\r
 \r
 /* Define if syscall(SYS_gettid) available. */\r
 #undef HAVE_GETTID_SYSCALL\r
@@ -40,9 +46,6 @@
 /* Define to 1 if you have the `gettimeofday' function. */\r
 #cmakedefine HAVE_GETTIMEOFDAY\r
 \r
-/* Define if the copysign function/macro is available. */\r
-#cmakedefine HAVE_COPYSIGN\r
-\r
 /* Define to 1 if you have the <inttypes.h> header file. */\r
 #cmakedefine HAVE_INTTYPES_H\r
 \r
@@ -79,6 +82,9 @@
 /* Define to 1 if you have the <sys/types.h> header file. */\r
 #cmakedefine HAVE_SYS_TYPES_H\r
 \r
+/* Define to 1 if you have the <sys/types.h> header file. */\r
+#cmakedefine HAVE_SYS_TIME_H\r
+\r
 /* Define to 1 if you have the `time' function. */\r
 #cmakedefine HAVE_TIME\r
 \r
 #define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@\r
 \r
 /* The size of `unsigned long', as computed by sizeof. */\r
-#undef SIZEOF_UNSIGNED_LONG\r
+#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@\r
 \r
 /* Define to 1 if you have the ANSI C header files. */\r
 #undef STDC_HEADERS\r
 \r
 /* Define to C thread-local keyword, or to nothing if this is not supported in\r
    your compiler. */\r
-#define THREADLOCAL\r
+#define THREADLOCAL @THREADLOCAL@\r
 \r
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */\r
-#undef TIME_WITH_SYS_TIME\r
+#cmakedefine TIME_WITH_SYS_TIME\r
 \r
 /* Version number of package */\r
 #undef VERSION\r
 \r
 /* Define if compiled including C++-based routines */\r
-#undef WITH_CXX\r
-\r
-/* Define if we have the non-free Nocedal LBFGS code */\r
-#undef WITH_NOCEDAL\r
+#cmakedefine WITH_CXX\r
 \r
 /* Define to empty if `const' does not conform to ANSI C. */\r
 #undef const\r
 #ifndef __cplusplus\r
 #undef inline\r
 #endif\r
-\r
-\r