From 3725574ef26b874b1a30f360dd44e3093968ae13 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 6 Nov 2005 18:23:33 +0000 Subject: [PATCH] Change ifdeffing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2555 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/bsys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/lib/bsys.c b/bacula/src/lib/bsys.c index b431327b9a..67c163242b 100644 --- a/bacula/src/lib/bsys.c +++ b/bacula/src/lib/bsys.c @@ -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 -- 2.39.2