Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, all machines but mine need stdio.h here
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 26 Feb 2016 01:56:47 +0000 (02:56 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 26 Feb 2016 01:56:47 +0000 (02:56 +0100)
src/xbt/snprintf.c
tools/cmake/src/internal_config.h.in

index 5053d29..22a3aa8 100644 (file)
@@ -51,6 +51,7 @@
 
 #include "xbt/sysdep.h"       /* xbt_abort() */
 #include "simgrid_config.h"   /* Do we need vasprintf? */
 
 #include "xbt/sysdep.h"       /* xbt_abort() */
 #include "simgrid_config.h"   /* Do we need vasprintf? */
+#include <stdio.h>
 
 #if !defined(HAVE_VASPRINTF)
 #include <stdarg.h> /* vsnprintf */
 
 #if !defined(HAVE_VASPRINTF)
 #include <stdarg.h> /* vsnprintf */
index 25d4c5e..7b0a771 100644 (file)
 /* Define to 1 if you have the <signal.h> header file. */
 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
 
 /* Define to 1 if you have the <signal.h> header file. */
 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
 
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
-
 /* Define to 1 if you have the `sysconf' function. */
 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
 
 /* Define to 1 if you have the `sysconf' function. */
 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
 
 /* Define to 1 if you have the <windows.h> header file. */
 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
 
 /* Define to 1 if you have the <windows.h> header file. */
 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
 
-/* enable the vasprintf replacement */
-#cmakedefine NEED_VASPRINTF @NEED_VASPRINTF@
-
-/* Name of package */
-#cmakedefine PACKAGE @PACKAGE@
-
-/* Define to the address where bug reports for this package should be sent. */
-#cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ 
-
-/* Define to the full name of this package. */
-#cmakedefine PACKAGE_NAME @PACKAGE_NAME@
-
-/* Define to the full name and version of this package. */
-#cmakedefine PACKAGE_STRING @PACKAGE_STRING@
-
-/* Define to the one symbol short name of this package. */
-#cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
-
-/* Define to the home page for this package. */
-#cmakedefine PACKAGE_URL @PACKAGE_URL@
-
-/* Define to the version of this package. */
-#cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
+#cmakedefine HAVE_VASPRINTF @HAVE_VASPRINTF@
 
 /* define for stack growth */
 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
 
 /* define for stack growth */
 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@