From 489811d496824154ad173ee1c1912376d03a45c5 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 19 Aug 2005 12:58:21 +0000 Subject: [PATCH] Update winconfig.h. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2339 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/compat/compat.h | 1 - bacula/src/win32/compat/winconfig.h | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bacula/src/win32/compat/compat.h b/bacula/src/win32/compat/compat.h index ee466c0b96..c88da60c3f 100644 --- a/bacula/src/win32/compat/compat.h +++ b/bacula/src/win32/compat/compat.h @@ -74,7 +74,6 @@ #include "getopt.h" #define HAVE_WIN32 1 -#undef HAVE_NLS #ifndef HAVE_MINGW #ifdef HAVE_CYGWIN diff --git a/bacula/src/win32/compat/winconfig.h b/bacula/src/win32/compat/winconfig.h index d285bb1f49..fe70abbce1 100644 --- a/bacula/src/win32/compat/winconfig.h +++ b/bacula/src/win32/compat/winconfig.h @@ -150,6 +150,9 @@ /* Directory for PID files */ #define _PATH_BACULA_PIDDIR "/var/run" +/* LOCALEDIR */ +#define LOCALEDIR "." + /* Define if you have zlib */ #define HAVE_LIBZ 1 @@ -225,6 +228,10 @@ /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ +/* Define to 1 if translation of program messages to the user's native + language is requested. */ +/* #undef ENABLE_NLS */ + /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 #ifndef HAVE_MINGW -- 2.39.5