Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H

This commit is contained in:
Yang Tse 2005-12-17 06:04:35 +00:00
parent 47c06fa308
commit 336e3b8baf
1 changed files with 3 additions and 3 deletions

View 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 */