X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f892747dca85939c0c611e653e81741bb2a9e628..d8e5d3f72e2165bb85f3764fe82d820c9985b566:/include/simgrid_config.h.in diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 718e659bdf..1ee0a15454 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -60,6 +60,8 @@ /* 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@ @@ -88,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 */