From: Christos Zoulas Date: Fri, 27 Apr 2001 22:53:30 +0000 (+0000) Subject: undef version and package; they will be initialized from configure. X-Git-Tag: FILE3_36~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77e0771b8bcf13071079b1876a40a5ec5143e5ad;p=file undef version and package; they will be initialized from configure. --- diff --git a/src/acconfig.h b/src/acconfig.h index 32a9e7e2..ef6e0cb6 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,8 +1,8 @@ /* Autoheader needs me */ -#define PACKAGE "file" +#undef PACKAGE /* Autoheader needs me */ -#define VERSION "3.35" +#undef VERSION /* Define if builtin ELF support is enabled. */ #undef BUILTIN_ELF