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" {