]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove support for non-Autoconf build mode.
authorRobert Millan <rmh@aybabtu.com>
Sun, 8 Nov 2009 22:55:12 +0000 (22:55 +0000)
committerRobert Millan <rmh@aybabtu.com>
Sun, 8 Nov 2009 22:55:12 +0000 (22:55 +0000)
util/mkisofs/include/mconfig.h

index 1725217d364445c55ea080e9bd8044af9c02b988..1891d7ded7b6572cbd053973c95038d97c306329 100644 (file)
 #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 <config.h>
-#else
-#ifdef USE_STATIC_CONF
-#include <xmconfig.h>  /* This is the current static autoconf stuff */
-#else
-#include <xconfig.h>   /* This is the current dynamic autoconf stuff */
-#endif
-#endif
 
 #ifdef __cplusplus
 extern "C" {