OpenBSD.cf: don't include xorg.cf (leftover)
[oweals/cde.git] / cde / config / cf / linux.cf
index b852e12e3993cfad4e771fa4d5d291553936c88d..c217dbdd9029570443c2466ec6e2f43935fd4d6b 100644 (file)
@@ -118,11 +118,15 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 
 #define LinuxLocaleDefines     /**/
 
-XCOMM Using the tirpc lib should allow running rpcbind in secure
-XCOMM mode (ie: without the -i option).  Make sure you install the 
-XCOMM libtirpc-dev package or equivalent.
-
-#define HasTIRPCLib  YES
+XCOMM If you have the tirpc library on your system, and you have the
+XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
+XCOMM your host.def or site.def file.  Using the tirpc lib should
+XCOMM allow running rpcbind in secure mode (ie: without the -i option).
+XCOMM The default is NO.
+
+#ifndef HasTIRPCLib
+# define HasTIRPCLib NO
+#endif
 
 #if HasTIRPCLib
 TIRPCLIB = -ltirpc