aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-17 06:04:35 +0000
committerYang Tse <yangsita@gmail.com>2005-12-17 06:04:35 +0000
commit336e3b8baf8b94f60d9e24e42fc73572d81a2872 (patch)
treeff490df55fc959d24c7febd82c9b19bb78fa58c5 /lib
parent47c06fa3081028f4e20827a160601ee3fd591890 (diff)
Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 6719aa27d..768dfa54c 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -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 */