1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h index e69de29b..703fe6fa 100644 --- a/ config.h+++ b/ config.h@@ -0,0 +1,5 @@ +#define ENABLE_NLS 1 +#define HAVE_LOCALE_H 1 +#define HAVE_SETLOCALE 1 +#define HAVE_STRVERSCMP 1 + |