aboutsummaryrefslogtreecommitdiffstats
path: root/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'support.h')
-rw-r--r--support.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/support.h b/support.h
index b82751dd1..adba8a05d 100644
--- a/support.h
+++ b/support.h
@@ -3,12 +3,6 @@
#include <libgen.h>
#endif
-#ifndef HAVE_LANGINFO_CODESET
-#define CODESET ((nl_item) 1)
-typedef int nl_item;
-char *nl_langinfo(nl_item);
-#endif
-
char *concat_path(char *p1, char *p2);
#ifndef HAVE_BASENAME