Files
xsrc/xfree/xc/config/cf/OpenBSD.cf

1067 lines
26 KiB
CFEngine3

XCOMM platform: $XFree86: xc/config/cf/OpenBSD.cf,v 3.112 2005/02/04 02:58:27 dawes Exp $
XCOMM
/*
* Copyright (c) 1994-2005 by The XFree86 Project, Inc.
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject
* to the following conditions:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions, and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
* distribution, and in the same place and form as other copyright,
* license and disclaimer information.
*
* 3. The end-user documentation included with the redistribution,
* if any, must include the following acknowledgment: "This product
* includes software developed by The XFree86 Project, Inc
* (http://www.xfree86.org/) and its contributors", in the same
* place and form as other third-party acknowledgments. Alternately,
* this acknowledgment may appear in the software itself, in the
* same form and location as other such third-party acknowledgments.
*
* 4. Except as contained in this notice, the name of The XFree86
* Project, Inc shall not be used in advertising or otherwise to
* promote the sale, use or other dealings in this Software without
* prior written authorization from The XFree86 Project, Inc.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE XFREE86 PROJECT, INC OR ITS CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
* OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef OSName
#define OSName DefaultOSName OSBinaryType
#endif
#ifndef OSMajorVersion
#define OSMajorVersion DefaultOSMajorVersion
#endif
#ifndef OSMinorVersion
#define OSMinorVersion DefaultOSMinorVersion
#endif
#ifndef OSTeenyVersion
#define OSTeenyVersion DefaultOSTeenyVersion
#endif
#ifndef OSVendor
#define OSVendor /**/
#endif
XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion)
#ifdef Ports
#define BinDir /usr/local/bin
#define LibDir /usr/local/lib/X11
#define UsrLibDir /usr/local/lib
#define ManDirectoryRoot /usr/local/man
#define LdPreLib -L/usr/X11R6/lib -L/usr/local/lib
#define XpmLibDir /usr/X11R6/lib
#define XpmIncDir /usr/X11R6/include
#define ConfigDir /usr/X11R6/lib/X11/config
#define IncRoot /usr/local/include
#define TopXInclude -I/usr/X11R6/include
#define ImakeCmd imake -DPorts
#define DocDir /usr/local/share/doc
#define BuildHtmlManPages NO
#endif
/*
* C library features
*/
#define HasPoll YES
#define HasNdbm YES
#define HasPutenv YES
#define HasSnprintf YES
#define HasAsprintf YES
#if OSMajorVersion == 2 && OSMinorVersion >= 4 || OSMajorVersion >= 3
# define HasStrlcat YES
#endif
#define HasBSD44Sockets YES
#define Malloc0ReturnsNull NO
#define SetTtyGroup YES
#define DBMLibrary /**/
#define HasLibCrypt NO
#define HasShm YES
#define HasWChar32 YES
#define HasMkstemp YES
#define HasSetProcTitle YES
#define HasZlib YES
#ifndef HasKrbIV
# if OSMajorVersion == 2 || OSMajorVersion == 3 && OSMinorVersion < 3
# define HasKrbIV YES
# if OSMajorVersion == 2 && OSMinorVersion <= 8
# define KrbIVLibraries -lkrb -lkafs -ldes
# endif
# else
/* Kerberos IV was removed after OpenBSD 3.3 */
# define HasKrbIV NO
# endif
#endif
#define HasUsableFileMmap YES
#define HasShadowPasswd NO
#define IPv6SocketsAlsoIPv4 NO
#define HasArc4Random YES
#define HasNCurses YES
#define NCursesLibName -lcurses
#if defined(TermcapLibrary)
#undef TermcapLibrary
#endif
#define TermcapLibrary -lcurses
#define HasVarRun YES
#define HasVarDb YES
#define VarLibDir VarDbDirectory
#define InstallXloadSetGID NO
#ifndef HasIssetugid
# if (OSMajorVersion >= 2)
# define HasIssetugid YES
# endif
#endif
#ifndef HasMktemp
# if (OSMajorVersion > 2) || (OSMajorVersion == 2 && OSMinorVersion >= 1)
# define HasMktemp YES
# else
# define HasMktemp NO
# endif
#endif
/* OpenBSD >= 2.7 has getifaddrs() */
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 7)
#define HasGetIfAddrs YES
#endif
/* OpenBSD >= 2.8 has setusercontext() */
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 7)
#define HasSetUserContext YES
#endif
/* OpenBSD after 2.9 has BSD authentication */
#if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 9)
# define HasBSDAuth YES
#endif
/* OpenBSD 3.0 and later has getpeereid() */
#if OSMajorVersion >= 3
# define HasGetpeereid YES
#endif
/* OpenBSD 3.0 has APM with kqueue interface */
#if OSMajorVersion >= 3
# define HasApmKqueue YES
#endif
/* OpenBSD 3.0 has libusb, next versions have libusbhid */
#if OSMajorVersion >= 3
# define HasLibUsb YES
# ifndef HasLibUsbHid
# if OSMajorVersion == 3 && OSMinorVersion > 0 || OSMajorVersion > 3
# define HasLibUsbHid YES
# define UsbHidLib -lusbhid
# else
# define HasLibUsbHid NO
# define UsbHidLib -lusb
# endif
# endif
#endif
/*
* Compiler Features
*/
#define GccUsesGas YES
#define UseGas YES
#define GnuCpp YES
#ifndef HasGccStackProtector
#define HasGccStackProtector NO
#endif
#define UseGnuMalloc NO
#define NeedConstPrototypes YES
#define NeedFunctionPrototypes YES
#define NeedNestedPrototypes YES
#define NeedVarargsPrototypes YES
#define NeedWidePrototypes NO
#define MkdirHierCmd mkdir -p
#ifndef CppCmd
#define CppCmd /usr/libexec/cpp
#endif
#define StandardCppOptions -traditional
#define StandardCppDefines /**/
#define PreProcessCmd CppCmd
#define PreIncDir DefaultGccIncludeDir
#ifndef CcCmd
#define CcCmd cc
#endif
#ifndef AsCmd
#define AsCmd cc -c -x assembler
#endif
#ifndef DefaultCCOptions
#if defined(UseInstalled)
#define DefaultCCOptions /**/
#else
# ifdef PpcArchitecture
# define DefaultCCOptions -ansi -fsigned-char GccWarningOptions
# else
# define DefaultCCOptions -ansi GccWarningOptions
# endif
#endif
#endif
/* UseElfFormat defaults to YES if __ELF__ set */
#ifndef UseElfFormat
# ifdef __ELF__
# undef __ELF__ /* other imake files shouldn't care */
# define UseElfFormat YES
# else
# define UseElfFormat NO
# endif
#endif
#define GccGasOption -DGCCUSESGAS
#if UseElfFormat
#define AsmDefines -DUSE_GAS
#else
#define AsmDefines -DUSE_GAS -D__AOUT__
#endif
/*
* Increment shared libraries major numbers if using Gcc Stack Protector
* (This introduces an ABI change)
*/
#ifndef OverrideShlibRevs
# define OverrideShlibRevs HasGccStackProtector
#endif
#define StandardDefines -DCSRG_BASED
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
#define AdmDir /var/log
#define HasFlex YES
/* OpenBSD doesn't have gperf in the base install */
#define DontRebuildGperfOutput YES
/*
* Make & install Features
*/
#define HasBsdMake YES
#define BuildCyrillicFonts YES
#define GzipFontCompression YES
#define DefaultUserPath /bin:/usr/bin:/usr/local/bin:$(BINDIR)
#define DefaultSystemPath /sbin:/usr/sbin:/bin:/usr/bin:$(BINDIR)
#define InstUidFlags -m 4755
#ifdef InstallCmd
# undef InstallCmd
# define InstallCmd /usr/bin/install
#endif
#ifndef ExtraFilesToClean
# define ExtraFilesToClean *.core
#endif
/*
* Documentation formatting
*/
#define NeqnCmd neqn -Tlatin1
#define NroffCmd nroff -Tlatin1
#define EqnCmd eqn -Tps
#define HasGroff YES
#ifndef HasCookieMaker
# define HasCookieMaker YES
# define MkCookieCmd \
'dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\"'
#endif
/*
* Man pages need to be formatted when installed, so override the default
* imake rules.
*/
#define ManSuffix 1
#define FileManSuffix 5
#define ManSourcePath $(MANPATH)/cat
#define InstallManPageLongBase(file,destdir,dest) @@\
all:: file.0 @@\
@@\
file.0:: file.$(MANNEWSUFFIX) @@\
@if [ -f file.$(MANNEWSUFFIX) ]; \ @@\
then \ @@\
cat file.$(MANNEWSUFFIX) | $(NEQN) | $(TBL) | \ @@\
$(NROFF) $(MANMACROS) | $(COL) > file.0; \ @@\
fi @@\
@@\
install.man:: @@\
MakeDir($(DESTDIR)destdir) @@\
-@if [ -f file.0 ]; \ @@\
then \ @@\
$(INSTALL) -c $(INSTMANFLAGS) file.0 $(DESTDIR)destdir/dest.0; \@@\
fi @@\
@@\
clean:: @@\
RemoveFile(file.0)
#define InstallManPageLong(file,destdir,dest) @@\
BuildInstallHtmlManPage(file,dest,$(MANSUFFIX)) @@\
@@\
CppManTarget(file, $(EXTRAMANDEFS)) @@\
@@\
InstallManPageLongBase(file,destdir,dest)
#define InstallGenManPageLong(file,destdir,dest,suffix) @@\
BuildInstallHtmlManPage(file,dest,suffix) @@\
@@\
CppManTarget(file, $(EXTRAMANDEFS)) @@\
@@\
InstallManPageLongBase(file,destdir,dest)
#define InstallMultipleMan(list,dest) @@\
install.man:: @@\
MakeDir($(DESTDIR)dest) @@\
case '${MFLAGS}' in *[i]*) set +e;; esac; \ @@\
for i in list; do \ @@\
(MNAME=`echo $$i | cut -f1 -d.`; \ @@\
set -x; \ @@\
cat $$i | $(NEQN) | $(TBL) | $(NROFF) $(MANMACROS) \ @@\
| $(COL) > $${MNAME}.0; \ @@\
$(INSTALL) -c $(INSTMANFLAGS) $${MNAME}.0 \ @@\
$(DESTDIR)dest/$${MNAME}.0; \ @@\
$(RM) $${MNAME}.0); \ @@\
done
#define InstallMultipleManSuffix(list,dest,suff) @@\
install.man:: @@\
MakeDir($(DESTDIR)dest) @@\
case '${MFLAGS}' in *[i]*) set +e;; esac; \ @@\
for i in list; do \ @@\
(set -x; \ @@\
cat $$i.suff | $(NEQN) | $(TBL) | $(NROFF) $(MANMACROS) \ @@\
| $(COL) > $$i.0; \ @@\
$(INSTALL) -c $(INSTMANFLAGS) $$i.0 \ @@\
$(DESTDIR)dest/$$i.0; \ @@\
$(RM) $$i.0 ); \ @@\
done
#define InstallManPageAliasesBase(file,destdir,aliases) @@\
install.man:: @@\
@case '${MFLAGS}' in *[i]*) set +e;; esac; \ @@\
for i in aliases; do \ @@\
(set -x; \ @@\
$(RM) $(DESTDIR)destdir/$$i.0;\ @@\
(cd $(DESTDIR)/destdir; $(LN) file.0 $$i.0);\ @@\
); \ @@\
done
#define InstallManPageAliases(file,destdir,aliases) @@\
InstallHtmlManPageAliases(file,aliases,$(MANSUFFIX)) @@\
@@\
InstallManPageAliasesBase(file,destdir,aliases)
#define InstallGenManPageAliases(file,destdir,suffix,aliases) @@\
InstallHtmlManPageAliases(file,aliases,suffix) @@\
@@\
InstallManPageAliasesBase(file,destdir,aliases)
/*
* InstallFontAliases - generate rules to install font aliases
* databases without comments for X11R5 servers
*/
#ifndef InstallFontAliasesNoComment
#define InstallFontAliasesNoComment(dest) @@\
install:: @@\
$(RM) _fonts.alias @@\
sed -e '/^!/d' -e '/^$$/d' < fonts.alias > _fonts.alias @@\
MakeDir($(DESTDIR)dest) @@\
$(INSTALL) $(INSTALLFLAGS) $(INSTALLDATFLAGS) _fonts.alias \ @@\
$(DESTDIR)dest/fonts.alias @@\
$(RM) _fonts.alias
#endif /* InstallFontAliasesNoComment */
/*
* OpenBSD specific Imake Config files
*/
#ifndef LocalConfigFiles
#define LocalConfigFiles \
OpenBSDLib.rules OpenBSDLib.tmpl
#endif
/*
* Architecture specific sections - put all architecture dependent
* options and setting here into the correct section
*/
/*
* Definitions for the alpha architecture
*/
#ifdef AlphaArchitecture
# if OSMajorVersion == 3 && OSMinorVersion > 1 || OSMajorVersion > 3
# define HasWeakSymbols YES
# endif
/* XXX Xvfb currently causes a linker error: */
/* XXX crtbegin.c(.fini+0x10): relocation truncated to fit: BRADDR text */
# ifdef XVirtualFramebufferServer
# undef XVirtualFramebufferServer
# endif
# define XVirtualFramebufferServer NO
# ifdef XnestServer
# undef XnestServer
# endif
# define XnestServer NO
# if (OSMajorVersion < 3)
# define HasSharedLibraries NO
# define SharedLibXThrStub NO
# endif
# ifndef XF86Server
# if OSMajorVersion == 3 && OSMinorVersion >= 2 || OSMajorVersion > 3
# define XF86Server YES
# else
# define XF86Server NO
# endif
# endif
/* Definitions for building the XFree86 server */
# if XF86Server
# ifndef HasNetBSDApertureDriver
# define HasNetBSDApertureDriver YES
# endif
# define ServerOSDefines XFree86ServerOSDefines -DDDXOSINIT
# define ServerExtraDefines GccGasOption -D_XSERVER64 XFree86ServerDefines
# define ServerExtraSysLibs -lalpha
# ifndef DoLoadableServer
# define DoLoadableServer YES
# endif
# ifndef XFree86ConsoleDefines
# define XFree86ConsoleDefines -DWSCONS_SUPPORT -DPCVT_SUPPORT
# endif
# define UseMatroxHal NO /* Matrox HAL is i386 only */
# endif /* XF86Server */
# include <xfree86.cf>
#endif /* AlphaArchitecture */
/*
* Definitions for the AMD64 architecture
*/
#ifdef AMD64Architecture
# define HasWeakSymbols YES
# define HasSharedLibraries YES
# define HasDlopen YES
# define XF86Server YES
# ifndef DoLoadableServer
# define DoLoadableServer NO
# endif
# ifndef HasNetBSDApertureDriver
# define HasNetBSDApertureDriver YES
# endif
# define HasAgpGart YES
# define ServerExtraSysLibs -lamd64
# define ServerExtraDefines GccGasOption -D_XSERVER64 XFree86ServerDefines
# ifndef XFree86ConsoleDefines
# define XFree86ConsoleDefines -DWSCONS_SUPPORT -DPCVT_SUPPORT
# endif
# ifndef HasMMXSupport
# define HasMMXSupport YES
# endif
# ifndef HasX86Support
# define HasX86Support YES
# endif
# include <xfree86.cf>
#endif /* AMD64Architecture */
/*
* Definitions for the i386 architecture
*/
#ifdef i386Architecture
# ifndef DoLoadableServer
# define DoLoadableServer YES
# endif
/* Direct rendering (OpenBSD 3.3 and up). */
# if OSMajorVersion > 3 || (OSMajorVersion == 3 && OSMinorVersion > 2)
# ifndef BuildXF86DRI
# define BuildXF86DRI NO
# endif
# endif
#define HasWeakSymbols YES
/* To use the NetBSD Aperture driver */
# ifndef HasNetBSDApertureDriver
# define HasNetBSDApertureDriver YES
# endif
/* 2.7 and later have support for setting MTRRs */
# ifndef HasMTRRSupport
# if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 6)
# define HasMTRRSupport YES
# else
# define HasMTRRSupport NO
# endif
# endif
/*
* agpgart support (OpenBSD 3.2 and up)
*/
# if OSMajorVersion > 3 || (OSMajorVersion == 3 && OSMinorVersion > 1)
# ifndef HasAgpGart
# define HasAgpGart YES
# endif
# endif
# ifndef DefaultGcc2i386Opt
# if (OSMajorVersion == 2 && OSMinorVersion >= 3) || OSMajorVersion > 2
/* The GCC strength-reduce bug is fixed for OpenBSD 2.3 and later */
# define DefaultGcc2i386Opt -O2 GccAliasingArgs
# endif
# endif
# define OptimizedCDebugFlags DefaultGcc2i386Opt
# define ServerOSDefines XFree86ServerOSDefines
# define ServerExtraSysLibs -li386
# define LdPostLib /**/
# define ServerExtraDefines GccGasOption XFree86ServerDefines
# ifndef XFree86ConsoleDefines
# define XFree86ConsoleDefines -DWSCONS_SUPPORT -DPCVT_SUPPORT
# endif
#define JoystickSupport NO
/* Support for USB Mices */
# ifndef UsbMouseSupport
# if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 6)
# define UsbMouseSupport YES
# endif
# endif
/* A hack to work around an optimization problem with gcc 2.95.2 */
# if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 6)
# define GccOptBug295
# endif
/* No MMX support in OpenBSD/a.out gas */
# ifndef HasMMXSupport
# define HasMMXSupport UseElfFormat
# endif
/* for DRI */
# ifndef HasX86Support
# define HasX86Support UseElfFormat
# endif
# include <xfree86.cf>
#endif /* i386Architecture */
/*
* Definitions for the m68k architecture (currently amiga, hp300,
* mac68k, mvme68k, sun3)
*/
#ifdef Mc68020Architecture
/*
* Function CSE makes gas -k not recognize external function calls as lazily
* resolvable symbols, thus sometimes making ld.so report undefined symbol
* errors on symbols found in shared library members that would never be
* called. Ask niklas@openbsd.org for details.
*/
# define PositionIndependentCFlags -fpic -fno-function-cse
# define HasWeakSymbols NO
# define BuildGlxExt NO
# define BuildGLXLibrary YES
#endif /* Mc68020Architecture */
/*
* Definitions for the amiga architecture
*/
#ifdef AmigaArchitecture
# ifndef BuildServer
# define BuildServer NO
# endif
# define ServerExtraDefines -DXFree86Server
# include <xfree86.cf>
#endif /* AmigaArchitecture */
/*
* Definitions for the hp300 architecture
*/
#ifdef Hp300Architecture
# ifndef BuildServer
# define BuildServer NO
# endif
/* For the X11R5 server */
# define CompressAllFonts NO
# define InstallFontAliases InstallFontAliasesNoComment
# define UseRgbTxt NO
# define UseRgb YES
# define ServerExtraDefines -DXFree86Server
#include <xfree86.cf>
#endif /* Hp300Architecture */
/*
* Definitions for the mac68k architecture
*/
#ifdef Mac68kArchitecture
# ifndef BuildServer
# define BuildServer NO
# endif
# define ServerExtraDefines -DXFree86Server
# include <xfree86.cf>
#endif /* mac68kArchitecture */
/*
* Definitions for the mvme68k architecture
*/
#ifdef Mvme68kArchitecture
# ifndef BuildServer
# define BuildServer NO
# endif
# define ServerExtraDefines -DXFree86Server
# include <xfree86.cf>
#endif /* Mvme68kArchitecture */
/*
* Definitions for the sun3 architecture
*/
#ifdef Sun3Architecture
# include <xf86.rules>
# define ServerOSDefines -DDDXOSINIT
# define BootstrapCFlags -Dsun3
# define UnalignedReferencesAllowed YES /* changes _XtCopyArgs() */
/* Note: -ansi turns off -Dmc68000 */
# define ServerExtraDefines GccGasOption -Dmc68000 -Dmc68020 \
-DXFree86Server -DINCLUDE_CG2_HEADER
# ifndef Xsun24Server
# define Xsun24Server NO
# endif
# ifndef XsunServer
# define XsunServer YES
# endif
# ifndef XsunMonoServer
# define XsunMonoServer NO
# endif
#define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT
#endif /* Sun3Architecture */
/*
* Definitions for the mips architecture (currently arc, pmax)
*/
#ifdef MipsArchitecture
/*
* Mips ELF shared libs need some special handling.
*/
# define PositionIndependentCFlags
# define SharedLibraryLoadFlags -x -shared --whole-archive -soname `echo $@ | sed 's/\.[0-9]*$$//'`
# define SharedXtReqs -L$(BUILDLIBDIR) $(XONLYLIB) $(SMLIB) $(ICELIB)
# define SharedXmuReqs $(LDPRELIB) $(XTOOLONLYLIB) $(XLIB)
#endif /* MipsArchitecture */
/*
* Definitions for the arc architecture
*/
#ifdef ArcArchitecture
# define ServerExtraDefines GccGasOption XFree86ServerDefines
# ifndef XFree86ConsoleDefines
# define XFree86ConsoleDefines -DPCCONS_SUPPORT
# endif
# include <xfree86.cf>
#endif /* ArcArchitecture */
/*
* Definitions for the pmax architecture
*/
#ifdef PmaxArchitecture
# include <xf86.rules>
# ifndef BuildServer
# define BuildServer NO
# endif
/* For the X11R5 server */
# define CompressAllFonts NO
# define InstallFontAliases InstallFontAliasesNoComment
# define UseRgbTxt NO
#endif /* PmaxArchitecture */
/*
* Definitions for the PowerPC architecture
*/
#ifdef PpcArchitecture
# define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT
# ifndef XFree86ConsoleDefines
# define XFree86ConsoleDefines -DWSCONS_SUPPORT
# endif
# if OSMajorVersion == 3 && OSMinorVersion > 1 || OSMajorVersion > 3
# define HasWeakSymbols YES
# endif
# ifndef GccWarningOptions
# if defined(XFree86Devel) && XFree86Devel
# define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wnested-externs
# else
# define GccWarningOptions -Wall -Wpointer-arith
# endif
# endif
# ifndef XF86Server
# define XF86Server YES
# endif
/* Definitions for building the X server */
# if XF86Server
# define ServerOSDefines XFree86ServerOSDefines -DDDXOSINIT
# define ServerExtraDefines GccGasOption XFree86ServerDefines
# ifndef DoLoadableServer
# define DoLoadableServer YES
# endif
# ifndef XF86CardDrivers
# define XF86CardDrivers ati mga glint s3virge sis savage\
trident chips tdfx \
DevelDrivers vga \
XF86OSCardDrivers XF86ExtraCardDrivers
# endif
# ifndef DevelDrivers
# define DevelDrivers nv
# endif
/* Support for USB Mices */
# ifndef UsbMouseSupport
# define UsbMouseSupport YES
# endif
# endif /* XF86Server */
# include <xfree86.cf>
# ifdef DefaultGcc2PpcOpt
# define OptimizedCDebugFlags DefaultGcc2PpcOpt
# endif
#endif /* PpcArchitecture */
/*
* Definitions for the sparc architecture
*/
#ifdef SparcArchitecture
# define BuildXF86MiscExt NO
# define BuildMITMiscExt NO
# if OSMajorVersion > 3 || OSMajorVersion == 3 && OSMinorVersion >= 2
# define HasWeakSymbols YES
#endif
# if OSMajorVersion == 2 || OSMajorVersion == 3 && OSMinorVersion < 2
# define ServerOSDefines -DDDXOSINIT
# define ServerExtraDefines -DAVOID_GLYPHBLT -DPIXPRIV -DXFree86Server \
DebugDefines -DINCLUDE_CG2_HEADER \
-DX_BYTE_ORDER=$(X_BYTE_ORDER)
# ifndef Xsun24Server
# define Xsun24Server YES
# endif
# ifndef XsunServer
# define XsunServer YES
# endif
# ifndef XsunMonoServer
# define XsunMonoServer YES
# endif
# else
# ifndef Xsun24Server
# define Xsun24Server NO
# endif
# ifndef XsunServer
# define XsunServer NO
# endif
# ifndef XsunMonoServer
# define XsunMonoServer NO
# endif
# endif
# define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT
# define BuildXF86VidModeExt NO
# define BuildXF86DGA NO
# define BuildXInputExt NO
# include <xfree86.cf>
# ifdef DefaultGcc2SparcOpt
# define OptimizedCDebugFlags DefaultGcc2SparcOpt
# endif
#endif /* SparcArchitecture */
/*
* Definitions for the sparc64 architecture
*/
#ifdef Sparc64Architecture
# define OptimizedCDebugFlags -O2
# if OSMajorVersion == 3 && OSMinorVersion > 1 || OSMajorVersion > 3
# define HasWeakSymbols YES
# endif
# ifndef XF86Server
# define XF86Server YES
# endif
# define ServerExtraDefines GccGasOption -D_XSERVER64 XFree86ServerDefines
# define ServerOSDefines XFree86ServerOSDefines -DDDXOSINIT
# define XkbServerDefines -DXKB_ALWAYS_USES_SOFT_REPEAT
# if XF86Server
# ifndef DoLoadableServer
# define DoLoadableServer NO
# endif
# define XFree86ConsoleDefines -DWSCONS_SUPPORT
# endif
# include <xfree86.cf>
# if defined(DefaultGcc2SparcOpt) && !defined(OptimizedCDebugFlags)
# define OptimizedCDebugFlags DefaultGcc2SparcOpt
# endif
#endif /* Sparc64Architecture */
/*
* Definitions for the vax architecture
*/
#ifdef VaxArchitecture
# ifndef BuildServer
# define BuildServer NO
# endif
/* For the X11R5 server */
# define CompressAllFonts NO
# define InstallFontAliases InstallFontAliasesNoComment
# define UseRgbTxt NO
# define UseRgb YES
# define ServerExtraDefines -DXFree86Server
# define UnalignedReferencesAllowed YES
# define HasSharedLibraries NO
# define HasDlopen NO
# define BuildGlxExt NO
# define BuildGLXLibrary NO
# include <xfree86.cf>
#endif /* VaxArchitecture */
/* End or architecture specific section */
/*
* Generic settings for all architectures
* which can be overridden by architecture specific sections above
*/
#if !defined(OptimizedCDebugFlags)
# define OptimizedCDebugFlags -O2
#endif
#ifndef ServerOSDefines
# define ServerOSDefines /**/
#endif
#ifndef ServerExtraDefines
# define ServerExtraDefines GccGasOption
#endif
#ifndef HasWeakSymbols
# define HasWeakSymbols NO
#endif
/*
* Multi-thread safe libs
*/
#if HasWeakSymbols == YES && (OSMajorVersion == 2 && OSMinorVersion >= 6 || OSMajorVersion >= 3)
# define HasPosixThreads YES
# define ThreadedX YES
# define SystemMTDefines /**/
# define BuildThreadStubLibrary YES
# define NeedUIThrStubs YES
# define ThreadsCompileFlag -pthread
# define ThreadsLibraries -pthread
# define SharedX11Reqs $(LDPRELIBS) $(XTHRSTUBLIB)
# define SharedXtReqs $(LDPRELIB) $(XONLYLIB) $(SMLIB) \
$(ICELIB) $(XTHRSTUBLIB)
#else
# define ThreadedX NO
#endif
/* Set this to YES when getpwuid_r is added to libc_r */
#define HasThreadSafeAPI NO
#ifndef ExtraLibraries
# define ExtraLibraries /**/
#endif
#ifndef DoLoadableServer
#define DoLoadableServer NO
#endif
#ifndef XVirtualFramebufferServer
# undef BuildServer
# define BuildServer YES
# define XVirtualFramebufferServer YES
#endif
#ifndef XnestServer
# undef BuildServer
# define BuildServer YES
# define XnestServer YES
#endif
#ifndef BuildScreenSaverLibrary
# define BuildScreenSaverLibrary YES
#endif
#ifndef CompressAllFonts
# define CompressAllFonts YES
#endif
#ifndef SharedLibXdmGreet
# define SharedLibXdmGreet NO
#endif
/*
* XFree86 uses its own (more portable) database routines to speed up
* the RGB database lookups
* However, if you want to use ndbm anyway, you can set that to NO in
* host.def
*/
#ifndef UseRgbTxt
# define UseRgbTxt YES
#endif
#ifndef OSBinaryType
# if UseElfFormat
# define OSBinaryType [ELF]
# else
# define OSBinaryType /**/
# endif
#endif
#ifndef HasDlopen
# define HasDlopen YES
#endif
#ifndef DlLibrary
# if (OSMajorVersion < 3 || OSMajorVersion == 3 && OSMinorVersion == 0)\
&& UseElfFormat
# define DlLibrary -ldl
# else
# define DlLibrary /**/
# endif
#endif
# if !defined(GccWarningOptions)
# define GccWarningOptions -Wall -Wpointer-arith
# endif
/* This must come last */
#if OSMajorVersion == 2 && OSMinorVersion >= 8 || OSMajorVersion > 2
# include <OpenBSDLib.rules>
#else
# include <bsdLib.rules>
#endif