X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e261b0eaa1ad55f3df63105eb8c3040d90fb0e17..06cc5b34eccf67f299861b27a1a367b079fc8d3d:/tools/cmake/src/internal_config.h.in diff --git a/tools/cmake/src/internal_config.h.in b/tools/cmake/src/internal_config.h.in index 2095a52c68..c6c0e59010 100644 --- a/tools/cmake/src/internal_config.h.in +++ b/tools/cmake/src/internal_config.h.in @@ -27,9 +27,6 @@ #endif #endif -#cmakedefine SIZEOF_INT @SIZEOF_INT@ -#cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@ - /* If __thread is available */ #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@ @@ -48,9 +45,6 @@ #cmakedefine __VISUALC__ @__VISUALC__@ #cmakedefine __BORLANDC__ @__BORLANDC__@ #cmakedefine APPLE @APPLE@ -#ifdef _MSC_VER - #define HAVE_VA_COPY -#endif /* Set to true if enable_model-checking is true */ #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@ #cmakedefine HAVE_MC @HAVE_MC@ @@ -58,9 +52,6 @@ /* If have linux_futex.h */ #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@ -/* Some variable for libsigc++ */ -#cmakedefine HAVE_LIBSIGC @HAVE_LIBSIGC++@ - /* Some variable for graphviz */ #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@ #cmakedefine HAVE_GRAPH_H @GRAPH_H@ @@ -76,45 +67,21 @@ /* Path to the addr2line tool */ #cmakedefine ADDR2LINE "@ADDR2LINE@" -/* Predefined possible va_copy() implementation (id: ASP) */ -#cmakedefine __VA_COPY_USE_ASP(d, s) @__VA_COPY_USE_ASP@ - -/* Predefined possible va_copy() implementation (id: ASS) */ -#cmakedefine __VA_COPY_USE_ASS(d, s) @__VA_COPY_USE_ASS@ - -/* Predefined possible va_copy() implementation (id: C99) */ -#cmakedefine __VA_COPY_USE_C99(d, s) @__VA_COPY_USE_C99@ - /* Define if xbt contexts are based on our threads implementation or not */ -#cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@ +#cmakedefine HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@ /* Define if xbt contexts are based on ucontext or not */ -#cmakedefine CONTEXT_UCONTEXT @CONTEXT_UCONTEXT@ - -/* Predefined possible va_copy() implementation (id: CPP) */ -#cmakedefine __VA_COPY_USE_CPP(d, s) @__VA_COPY_USE_CPP@ - -/* Predefined possible va_copy() implementation (id: CPS) */ -#cmakedefine __VA_COPY_USE_CPS(d, s) @__VA_COPY_USE_CPS@ - -/* Predefined possible va_copy() implementation (id: GCB) */ -#cmakedefine __VA_COPY_USE_GCB(d, s) @__VA_COPY_USE_GCB@ - -/* Predefined possible va_copy() implementation (id: GCH) */ -#cmakedefine __VA_COPY_USE_GCH(d, s) @__VA_COPY_USE_GCH@ - -/* Predefined possible va_copy() implementation (id: GCM) */ -#cmakedefine __VA_COPY_USE_GCM(d, s) @__VA_COPY_USE_GCM@ +#cmakedefine HAVE_UCONTEXT_CONTEXTS @HAVE_UCONTEXT_CONTEXTS@ /* Used to select the flavor of assembly that we need today */ #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@ #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@ #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@ -#cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@ -#cmakedefine HAVE_BOOST_CONTEXT @HAVE_BOOST_CONTEXT@ +#cmakedefine HAVE_RAW_CONTEXTS @HAVE_RAW_CONTEXTS@ +#cmakedefine HAVE_BOOST_CONTEXTS @HAVE_BOOST_CONTEXTS@ /* Define to 1 if you have the GNU ld library */ #cmakedefine HAVE_GNU_LD @HAVE_GNU_LD@ @@ -155,9 +122,6 @@ /* Indicates that we have NS3 support */ #cmakedefine HAVE_NS3 @HAVE_NS3@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@ - /* defines whether Lua bindings must be compiled or not */ #cmakedefine HAVE_LUA @HAVE_LUA@ @@ -167,9 +131,6 @@ /* Define to 1 if you have the `makecontext' function. */ #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@ - /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6 standard only?) */ #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@ @@ -177,8 +138,8 @@ /* Define to 1 if you have the `popen' function. */ #cmakedefine HAVE_POPEN @HAVE_POPEN@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_PTHREAD_H @HAVE_PTHREAD_H@ +/* Define to 1 if threads are usable . */ +#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@ /* Define to 1 if you have the `readv' function. */ #cmakedefine HAVE_READV @HAVE_READV@ @@ -201,24 +162,18 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@ - -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRING_H @HAVE_STRING_H@ /* Define to 1 if you have the `sysconf' function. */ #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@ -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_SYS_SOCKET_H @HAVE_SYS_SOCKET_H@ - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@ +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_PTRACE_H @HAVE_SYS_PTRACE_H@ + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@ @@ -234,10 +189,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@ -/* Define if va_copy() macro exists (and no fallback implementation is - required) */ -#cmakedefine HAVE_VA_COPY @HAVE_VA_COPY@ - /* Define to 1 if you have the `vsnprintf' function. */ #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@ @@ -286,43 +237,12 @@ /* Define to 1 if you have the ANSI C header files. */ #cmakedefine STDC_HEADERS @STDC_HEADERS@ -/* Define to 1 if you can safely include both and . */ -#cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@ - /* Tracking of latency bound */ #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@ -/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most - significant byte first (like Motorola and SPARC, unlike Intel). */ -#if defined AC_APPLE_UNIVERSAL_BUILD -# if defined __BIG_ENDIAN__ -# define WORDS_BIGENDIAN 1 -# endif -#else -# ifndef WORDS_BIGENDIAN -/* # undef WORDS_BIGENDIAN */ -# endif -#endif - /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #cmakedefine YYTEXT_POINTER -/* Optional va_copy() implementation activation */ -#ifndef HAVE_VA_COPY -#define va_copy(d, s) __VA_COPY_USE(d, s) -#endif -/* Define to id of used va_copy() implementation */ -#cmakedefine __VA_COPY_USE(d, s) @__VA_COPY_USE@ - -/* Define to empty if `const' does not conform to ANSI C. */ -#cmakedefine const @const@ - -/* Define to `__inline__' or `__inline' if that's what the C compiler - calls it, or to nothing if 'inline' is not supported under any name. */ -#ifndef __cplusplus -#cmakedefine inline @inline@ -#endif - /* Define to `unsigned int' if does not define. */ #cmakedefine size_t @size_t@