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
#define PerlEnvSetup env LC_ALL=C
#endif
#ifndef BuildRman
#define BuildRman YES
#endif
#ifndef HasGperf
#define HasGperf NO
#endif
......@@ -242,19 +238,9 @@ XCOMM the platform-specific parameters - edit site.def to change
#endif
#ifndef RmanCmd
#if BuildRman
#ifdef UseInstalled /* assume BINDIR in path */
#define RmanCmd rman
#else
#define RmanCmd $(TOP)/config/util/rman
#endif
#endif
#endif
#ifndef RmanOptions
#if BuildRman
#define RmanOptions -f HTML
#endif
#endif
#ifndef BuildHtmlManPages
......
......@@ -537,5 +537,3 @@
*
#define X86EMU_LIBPATH /usr/local/lib
*/
#define BuildRman NO
......@@ -127,7 +127,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# define ForceNormalLib YES
# define BuildSpecsDocs YES
# define SpecsDocDirs CTEXT GL ICCCM X11 Xext Xv i18n xterm
# define BuildRman NO
# define BuildHtmlManPages NO
/* 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