Unverified Commit 7fd59fbd authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'uli42-pr/remove_unused_defines' into 3.6.x

parents 7b00b7bb 52d65a4f
...@@ -229,10 +229,6 @@ XCOMM the platform-specific parameters - edit site.def to change ...@@ -229,10 +229,6 @@ XCOMM the platform-specific parameters - edit site.def to change
#define PerlEnvSetup env LC_ALL=C #define PerlEnvSetup env LC_ALL=C
#endif #endif
#ifndef BuildRman
#define BuildRman YES
#endif
#ifndef HasGperf #ifndef HasGperf
#define HasGperf NO #define HasGperf NO
#endif #endif
...@@ -242,19 +238,9 @@ XCOMM the platform-specific parameters - edit site.def to change ...@@ -242,19 +238,9 @@ XCOMM the platform-specific parameters - edit site.def to change
#endif #endif
#ifndef RmanCmd #ifndef RmanCmd
#if BuildRman
#ifdef UseInstalled /* assume BINDIR in path */
#define RmanCmd rman
#else
#define RmanCmd $(TOP)/config/util/rman
#endif
#endif
#endif #endif
#ifndef RmanOptions #ifndef RmanOptions
#if BuildRman
#define RmanOptions -f HTML
#endif
#endif #endif
#ifndef BuildHtmlManPages #ifndef BuildHtmlManPages
......
...@@ -537,5 +537,3 @@ ...@@ -537,5 +537,3 @@
* *
#define X86EMU_LIBPATH /usr/local/lib #define X86EMU_LIBPATH /usr/local/lib
*/ */
#define BuildRman NO
...@@ -127,7 +127,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion) ...@@ -127,7 +127,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# define ForceNormalLib YES # define ForceNormalLib YES
# define BuildSpecsDocs YES # define BuildSpecsDocs YES
# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm # define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm
# define BuildRman NO
# define BuildHtmlManPages NO # define BuildHtmlManPages NO
/* m68k has no 2.4 kernel yet */ /* m68k has no 2.4 kernel yet */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment