1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Clean up UseInstalledX11 logic

This commit is contained in:
Matthew R. Trower 2018-10-25 05:38:28 -05:00 committed by Jon Trulson
parent 012862e8ee
commit a94c997e8f
6 changed files with 2 additions and 18 deletions

View file

@ -73,9 +73,6 @@ USE_GCC = UseGcc
# define HasGcc2 YES # define HasGcc2 YES
#endif #endif
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
/* For DtHelp TIFF processing routines. */ /* For DtHelp TIFF processing routines. */
#ifdef AMD64Architecture #ifdef AMD64Architecture
#define LSBBitOrder YES #define LSBBitOrder YES

View file

@ -106,9 +106,6 @@ XCOMM operating system: OSName
#define GccGasOption -DGCCUSESGAS #define GccGasOption -DGCCUSESGAS
#define AsmDefines -DUSE_GAS #define AsmDefines -DUSE_GAS
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#ifdef i386Architecture #ifdef i386Architecture
# ifndef OptimizedCDebugFlags # ifndef OptimizedCDebugFlags
# define OptimizedCDebugFlags -O2 -fno-strict-aliasing # define OptimizedCDebugFlags -O2 -fno-strict-aliasing

View file

@ -148,9 +148,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# endif # endif
#endif #endif
/* Use installed X11 includes/libs */
# define UseInstalledX11 YES
/* /*
* Compiler Features * Compiler Features
*/ */

View file

@ -72,8 +72,6 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
# endif # endif
#endif #endif
#define UseInstalledX11 YES
#define BuildLibPathVar LD_LIBRARY_PATH #define BuildLibPathVar LD_LIBRARY_PATH
#define HasGcc YES #define HasGcc YES
#define HasGcc2 YES #define HasGcc2 YES

View file

@ -21,10 +21,8 @@ XCOMM site: $TOG: site.def /main/23 1998/03/19 18:43:26 mgreess $
/* CDE uses a .C suffix for C++ source, not the default .cxx */ /* CDE uses a .C suffix for C++ source, not the default .cxx */
# define CCsuf C # define CCsuf C
/* We will import x11. */ /* We will use installed x11 and Motif. */
# define ImportX11 YES # define UseInstalledX11 YES
/* We will use installed Motif. */
# define UseInstalledMotif YES # define UseInstalledMotif YES
# ifndef TopLevelProject # ifndef TopLevelProject

View file

@ -376,9 +376,6 @@ man_keywords:: @@\
#define DependDefines -D__BUILTIN_VA_ARG_INCR #define DependDefines -D__BUILTIN_VA_ARG_INCR
#endif #endif
/* Use installed X11 includes/libs */
#define UseInstalledX11 YES
#define LdPreLib -L$(BUILDLIBDIR) #define LdPreLib -L$(BUILDLIBDIR)
#define PamUnixDefines -DPAM_NIS #define PamUnixDefines -DPAM_NIS
#define TtLargePICTable YES #define TtLargePICTable YES