Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] remove tests for which we don't use the result
[simgrid.git] / tools / cmake / src / internal_config.h.in
index 8f34b4b..2095a52 100644 (file)
 #cmakedefine __VISUALC__ @__VISUALC__@
 #cmakedefine __BORLANDC__ @__BORLANDC__@
 #cmakedefine APPLE @APPLE@
-#ifdef _XBT_WIN32
-       #ifndef __GNUC__
-               #cmakedefine __GNUC__ @__GNUC__@
-       #endif
+#ifdef _MSC_VER
        #define HAVE_VA_COPY
 #endif
 /* Set to true if enable_model-checking is true */
 /* 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 <winsock2.h> header file. */
-#cmakedefine HAVE_WINSOCK2_H @HAVE_WINSOCK2_H@
-
-/* Define to 1 if you have the <winsock.h> header file. */
-#cmakedefine HAVE_WINSOCK_H @HAVE_WINSOCK_H@
-
 /* Define to the sub-directory in which libtool stores uninstalled libraries.*/
 #cmakedefine LT_OBJDIR @LT_OBJDIR@