]> git.sur5r.net Git - bacula/bacula/commitdiff
Update winconfig.h.
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 19 Aug 2005 12:58:21 +0000 (12:58 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 19 Aug 2005 12:58:21 +0000 (12:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2339 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/compat/compat.h
bacula/src/win32/compat/winconfig.h

index ee466c0b96f2b39ed5f464ee60026c5de1758f4f..c88da60c3f2ccf901ac858d2f14d90d9a2d372fa 100644 (file)
@@ -74,7 +74,6 @@
 #include "getopt.h"
 
 #define HAVE_WIN32 1
-#undef HAVE_NLS
 
 #ifndef HAVE_MINGW
 #ifdef HAVE_CYGWIN
index d285bb1f4953e3e76c114d77328e1cec475d0d3a..fe70abbce1859ce0d0efb993c5cd576134fc8682 100644 (file)
 /* Directory for PID files */
 #define _PATH_BACULA_PIDDIR "/var/run"
 
+/* LOCALEDIR */
+#define LOCALEDIR "."
+
 /* Define if you have zlib */
 #define HAVE_LIBZ 1
 
 /* 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