Skip to content
Snippets Groups Projects
Commit a405a897 authored by Yang Tse's avatar Yang Tse
Browse files

revert changes not intended to be pushed with commit 6b75d2c2

parent 6b75d2c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#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 */
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment