]> git.sur5r.net Git - bacula/bacula/commitdiff
Change ifdeffing
authorKern Sibbald <kern@sibbald.com>
Sun, 6 Nov 2005 18:23:33 +0000 (18:23 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 6 Nov 2005 18:23:33 +0000 (18:23 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2555 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/bsys.c

index b431327b9ac6548eecf8769f941deeed9d6daab9..67c163242b42e007efc8d36f1ed75ba3477afae4 100644 (file)
@@ -217,7 +217,7 @@ void *bcalloc (size_t size1, size_t size2)
 }
 
 /* Code now in src/lib/bsnprintf.c */
-#ifndef DEVELOPER
+#ifndef USE_BSNPRINTF
 
 #define BIG_BUF 5000
 /*
@@ -261,7 +261,7 @@ int bvsnprintf(char *str, int32_t size, const char  *format, va_list ap)
    return len;
 #endif
 }
-#endif /* DEVELOPER */
+#endif /* USE_BSNPRINTF */
 
 #ifndef HAVE_LOCALTIME_R