Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Variables correctly set by cmake in gras_config.h.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2010 16:01:53 +0000 (16:01 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 18 Jun 2010 16:01:53 +0000 (16:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7909 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/win32/compiler/visualc.h

index 6844375..4b1a8a6 100644 (file)
        #undef HAVE_UNISTD_H    
 #endif
 
-/* 
- * The compiler has the <windows.h> header file. 
- * Process the case of afx.h
-*/
-#if !defined(HAVE_WINDOWS_H)
-       #define HAVE_WINDOWS_H          1
-#endif
-
-/* The compiler has the <winsock2.h> header file. */
-#if !defined(HAVE_WINSOCK2_H)
-       #define HAVE_WINSOCK2_H
-#endif
-
-/*  
- * The compiler has the <winsock.h> header file.
- * Trouble if winsock2.h exists ?  
- */
-#if !defined(HAVE_WINSOCK_H)
-       #define HAVE_WINSOCK_H  1
-#endif
-
 /* The compiler has the <signal.h> header file */
 #if !defined(HAVE_SIGNAL_H)
        #define HAVE_SIGNAL_H   1