From: Kern Sibbald Date: Sun, 6 Nov 2005 18:23:33 +0000 (+0000) Subject: Change ifdeffing X-Git-Tag: Release-1.38.1~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a1c87823fe0e9af9e8c2add96df0cc169f17070e;p=bacula%2Fbacula Change ifdeffing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2555 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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