diff options
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/http.c b/lib/http.c index 3aba7aadd..73d13a6dc 100644 --- a/lib/http.c +++ b/lib/http.c @@ -34,13 +34,6 @@ #include <errno.h> - -#ifdef NEED_REENTRANT -#define _REENTRANT /* Necessary to use in Solaris, since the silly guys at Sun - made the localtime_r() prototype dependent on it (or - _POSIX_C_SOURCE or _POSIX_PTHREAD_SEMANTICS). */ -#endif - #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <winsock.h> #include <time.h> |