Commit 336e3b8b authored by Yang Tse's avatar Yang Tse
Browse files

Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H

parent 47c06fa3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#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 */