X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fgenversion.c;h=e9680b33a4de355c495d282fbd50433f3e512643;hb=HEAD;hp=e4ae2369d8513c6a1b1c801f65e18c9047307106;hpb=79cdc4b6ea8848b21ba4a0e7d2fd3bc401e0bebe;p=debian%2Famanda diff --git a/common-src/genversion.c b/common-src/genversion.c index e4ae236..e9680b3 100644 --- a/common-src/genversion.c +++ b/common-src/genversion.c @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1999 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -24,12 +25,11 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: genversion.c 1168 2008-07-03 14:15:21Z djmitche $ + * $Id: genversion.c 4946 2012-10-18 11:15:16Z martinea $ * * dump the current Amanda version info */ #include "amanda.h" -#include "version.h" /* distribution-time information */ #include "svn-info.h" @@ -178,7 +178,7 @@ main( g_printf("const char * const version_info[] = {\n"); startline("build:"); - v = version(); + v = VERSION; v_len = SIZEOF("Amanda-") + strlen(v) + 1; verstr = malloc(v_len); if (!verstr) { @@ -403,10 +403,6 @@ main( prstr("BSD_SECURITY"); #endif -#ifdef KRB4_SECURITY - prstr("KRB4_SECURITY"); -#endif - #ifdef KRB5_SECURITY prstr("KRB5_SECURITY"); #endif @@ -429,10 +425,6 @@ main( prstr("CHECK_USERID"); #endif -#ifdef USE_VERSION_SUFFIXES - prstr("USE_VERSION_SUFFIXES"); -#endif - #ifdef HAVE_GZIP prstr("HAVE_GZIP"); #endif