]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bsys.c
Remove delete of CVS files
[bacula/bacula] / 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