mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H
This commit is contained in:
parent
47c06fa308
commit
336e3b8baf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user