summaryrefslogtreecommitdiff
path: root/src/nls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nls.h')
-rw-r--r--src/nls.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nls.h b/src/nls.h
index fe6ed0e5..d8148620 100644
--- a/src/nls.h
+++ b/src/nls.h
@@ -12,15 +12,6 @@
# else
# define N_(String) (String)
# endif
-
-# ifdef HAVE_LANGINFO_H
-# include <langinfo.h>
-# else
-# define nl_langinfo(x) x
-# endif
-# ifndef YESEXPR
-# define YESEXPR "^[yY]"
-# endif
#else
/* Stubs that do something close enough. */
# define textdomain(String) (String)