From: Yang Tse Date: Sat, 17 Dec 2005 06:04:35 +0000 (+0000) Subject: Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H X-Git-Tag: curl-7_15_2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=336e3b8baf8b94f60d9e24e42fc73572d81a2872;p=thirdparty%2Fcurl.git Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H --- diff --git a/lib/setup.h b/lib/setup.h index 6719aa27d5..768dfa54c7 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 */