]> granicus.if.org Git - curl/commitdiff
Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H
authorYang Tse <yangsita@gmail.com>
Sat, 17 Dec 2005 06:04:35 +0000 (06:04 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 17 Dec 2005 06:04:35 +0000 (06:04 +0000)
lib/setup.h

index 6719aa27d5cc7605d00bebe1bd6815fcad3ce925..768dfa54c7281e0a1b4fb1370098932e1be9a31d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __SETUP_H
-#define __SETUP_H
+#ifndef __LIB_CURL_SETUP_H
+#define __LIB_CURL_SETUP_H
 /***************************************************************************
  *                                  _   _ ____  _
  *  Project                     ___| | | |  _ \| |
@@ -347,4 +347,4 @@ typedef int curl_socket_t;
 #define DEBUGF(x)
 #endif
 
-#endif /* __SETUP_H */
+#endif /* __LIB_CURL_SETUP_H */