diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -60,11 +60,6 @@ #define max(a, b) ((a) > (b) ? (a) : (b)) #define min(a, b) ((a) < (b) ? (a) : (b)) -#if HAVE_WINDOWS_H -int putenv(const char *); -int tzset(void); -#endif - #if !HAVE_POSIX_SIGS int async_sig_enabled = 0; #endif |