From cd2dbe8d2eec549076a7fd2c72658a9841acee2c Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Sun, 8 Nov 2009 22:55:12 +0000 Subject: [PATCH] Remove support for non-Autoconf build mode. --- util/mkisofs/include/mconfig.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/util/mkisofs/include/mconfig.h b/util/mkisofs/include/mconfig.h index 1725217d3..1891d7ded 100644 --- a/util/mkisofs/include/mconfig.h +++ b/util/mkisofs/include/mconfig.h @@ -28,22 +28,7 @@ #ifndef _MCONFIG_H #define _MCONFIG_H -/* - * This hack that is needed as long as VMS has no POSIX shell. - */ -#ifdef VMS -# define USE_STATIC_CONF -#endif - -#ifdef VANILLA_AUTOCONF #include -#else -#ifdef USE_STATIC_CONF -#include /* This is the current static autoconf stuff */ -#else -#include /* This is the current dynamic autoconf stuff */ -#endif -#endif #ifdef __cplusplus extern "C" {