site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / FreeBSD.cf
index 2ef9ba0ea8ef9abc3e64c036bfb5be6a560a5f68..b25e9a6003f8e825eb9abeb3009248c1c00843bd 100644 (file)
@@ -20,6 +20,7 @@ XCOMM operating system:  OSName (OSMajorVersion/**/./**/OSMinorVersion/**/./**/O
 #define HasPutenv              YES
 #define HasBSD44Sockets                YES
 #define HasZlib                        YES
+#define HasXdmAuth             YES
 
 #if OSMajorVersion >= 10 && defined(UseGcc)
 USE_GCC = UseGcc
@@ -36,6 +37,7 @@ USE_GCC = UseGcc
 
 #if OSMajorVersion >= 10
 #define CppArgs                        -Wno-invalid-pp-token
+#define DirFailPrefix          -
 #else
 #define CppArgs                        /**/
 #endif
@@ -44,6 +46,9 @@ USE_GCC = UseGcc
 #define StandardCppDefines     -traditional CppArgs
 #endif
 
+#ifndef PerlCmd
+#define PerlCmd                        /usr/local/bin/perl
+#endif
 #undef  InstallCmd
 #define InstallCmd             /usr/bin/install
 #undef KornShell
@@ -112,6 +117,7 @@ USE_GCC = UseGcc
 #define HasMakefileSafeInclude YES
 #define IncludeMakefile(file)  HASH_SIGN dependencies are in .depend
 #define DependFileName         .depend
+#define DependDefines          -D__cplusplus
 #if OSMajorVersion < 3
 #if OSMinorVersion < 2
 #ifndef ExtraLibraries