summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2013-02-06 15:56:45 +0100
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-25 16:38:00 +0200
commite01cb3f5f429b0921bff83d796f79e7307986aea (patch)
treea70667fd521251d4f2242650aadae1902c841f14 /src/os.h
parent21c9e03c2b5dbf0b66724bf69cb5d2cc7a689e37 (diff)
downloadscreen-e01cb3f5f429b0921bff83d796f79e7307986aea.tar.gz
Remove #ifdef LOCALE stuff
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os.h b/src/os.h
index a110e8e..430f893 100644
--- a/src/os.h
+++ b/src/os.h
@@ -93,10 +93,6 @@
# include <arpa/inet.h>
#endif
-#if defined(USE_LOCALE) && (!defined(HAVE_SETLOCALE) || !defined(HAVE_STRFTIME))
-# undef USE_LOCALE
-#endif
-
/*****************************************************************
* terminal handling
*/