]> git.sur5r.net Git - bacula/bacula/commitdiff
Turn off build of var.c on WIN32 for now
authorRobert Nelson <robertn@the-nelsons.org>
Mon, 3 Jul 2006 08:15:36 +0000 (08:15 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Mon, 3 Jul 2006 08:15:36 +0000 (08:15 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3116 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/var.c

index 14289b19a8edece5f81d4415241a08e9abc6ad04..bc14891cb40e3713a856d1af8da97d9dd613193a 100644 (file)
@@ -37,6 +37,7 @@
 
  */
 
+#if !defined(HAVE_WIN32)
 #include "bacula.h"
 #if defined(HAVE_PCREPOSIX)
 #  include <pcreposix.h>
@@ -2717,3 +2718,4 @@ const char *var_strerror(var_t *var, var_rc_t rc)
     }
     return str;
 }
+#endif /* !defined(HAVE_WIN32) */