Revert "Enable the use of the TIRPC library on Linux."
[oweals/cde.git] / cde / config / cf / OpenBSD.cf
index f2978969944e28a24170bb186b0568a597e2456a..1ebc7a05979d6a27dd1c54998a540635f010adb3 100644 (file)
@@ -164,7 +164,7 @@ XCOMM operating system:  OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
 #define MkdirHierCmd           mkdir -p
 
 #ifndef CppCmd
-#define CppCmd                 /usr/libexec/cpp
+#define CppCmd                 /usr/libexec/cpp -traditional
 #endif
 #define StandardCppOptions     -traditional
 #define StandardCppDefines     /**/
@@ -1024,9 +1024,15 @@ install:: fonts.alias                                                    @@\
 
 #define BuildLibPathVar        LD_LIBRARY_PATH
 
-#ifndef RandomMotifMessageCatalogRule
-#define RandomMotifMessageCatalogRule(target)
+#ifndef KornShell
+#define KornShell               /usr/local/bin/ksh93
 #endif
 
+#ifndef DtKornShell
+#define DtKornShell            /usr/local/dt/bin/dtksh
+#endif
+
+#define AvoidNullMakeCommand   YES
+
 /* This must come last */
 #include <bsdLib.rules>