1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

revert changes not intended to be pushed with commit 6b75d2c2

This commit is contained in:
Yang Tse 2011-09-03 18:26:21 +02:00
parent 6b75d2c2df
commit a405a8976d
3 changed files with 5 additions and 5 deletions

View File

@ -599,7 +599,7 @@ int netware_init(void);
* Include macros and defines that should only be processed once.
*/
#ifndef HEADER_CURL_SETUP_ONCE_H
#ifndef __SETUP_ONCE_H
#include "setup_once.h"
#endif

View File

@ -1,5 +1,5 @@
#ifndef HEADER_CURL_SETUP_ONCE_H
#define HEADER_CURL_SETUP_ONCE_H
#ifndef __SETUP_ONCE_H
#define __SETUP_ONCE_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@ -534,4 +534,4 @@ typedef int sig_atomic_t;
# endif
#endif
#endif /* HEADER_CURL_SETUP_ONCE_H */
#endif /* __SETUP_ONCE_H */

View File

@ -222,7 +222,7 @@ int fileno( FILE *stream);
* Include macros and defines that should only be processed once.
*/
#ifndef HEADER_CURL_SETUP_ONCE_H
#ifndef __SETUP_ONCE_H
#include "setup_once.h"
#endif