X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6428aaa0615924f69cf8050ab15eb1c60dd3fac1..d45585f5abca63db0a92a3c4fa902f459945af16:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 6a93f00b90..279ba4614b 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -19,6 +19,8 @@ #define SIMGRID_VERSION_STRING "@SIMGRID_VERSION_STRING@" +#define SIMGRID_VERSION_BANNER "@SIMGRID_VERSION_BANNER@" + /* Version X.Y.Z will get version number XYZ: all digits concatenated without dots * (with Y and Z must be on two positions)*/ @@ -50,13 +52,16 @@ #cmakedefine _WIN32 @_WIN32@ /*this variable is set if it is a 32 bits windows platform*/ #cmakedefine _WIN64 @_WIN64@ /*this variable is set if it is a 64 bits windows platform*/ #cmakedefine __VISUALC__ @__VISUALC__@ -#cmakedefine __BORLANDC__ @__BORLANDC__@ #ifdef _XBT_WIN32 #ifndef __GNUC__ #cmakedefine __GNUC__ @__GNUC__@ #endif #endif +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@ /* Define to 1 if mmalloc is compiled in. */ #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@ @@ -71,7 +76,7 @@ #define MALLOCATOR_COMPILED_IN @MALLOCATOR_IS_WANTED@ /* Define if xbt contexts are based on our threads implementation or not */ -#cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@ +#cmakedefine HAVE_THREAD_CONTEXTS @HAVE_THREAD_CONTEXTS@ /* Jedule output */ #cmakedefine HAVE_JEDULE @HAVE_JEDULE@ @@ -85,4 +90,6 @@ /* If Model-Checking support was requested */ #cmakedefine HAVE_MC @HAVE_MC@ +#cmakedefine SIMGRID_HAVE_LIBSIG @SIMGRID_HAVE_LIBSIG@ + #endif /* SIMGRID_PUBLIC_CONFIG_H */