BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 10:05:44 +0000 (02:05 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 10:05:44 +0000 (02:05 -0800)
Work on file usr/src/contrib/X11R5-lib/config/site.def

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/X11R5-lib/config/site.def [new file with mode: 0644]

diff --git a/usr/src/contrib/X11R5-lib/config/site.def b/usr/src/contrib/X11R5-lib/config/site.def
new file mode 100644 (file)
index 0000000..321ea49
--- /dev/null
@@ -0,0 +1,41 @@
+XCOMM site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
+
+/*****************************************************************************
+ *                                                                           *
+ *                        SITE-SPECIFIC DEFINITIONS                         *
+ *                                                                           *
+ * This file contains two halves, one included before the vendor-specific    *
+ * configuration file (.cf file), and one included after the .cf file.       *
+ * The before-half should be protected by #ifdef BeforeVendorCF, and the     *
+ * after-half should be protected by #ifdef AfterVendorCF.                   *
+ *                                                                           *
+ * The before-half should only set things that the .cf file depends on.      *
+ * For the .cf files shipped in this release, the main variable in this      *
+ * category is HasGcc.                                                       *
+ *                                                                           *
+ * The after-half should contain all other definitions.  For example,        *
+ * place your ProjectRoot definition here.  Beware that several of the       *
+ * .cf files supplied by vendors have a ProjectRoot already defined, so      *
+ * you may need to #undef it first.                                          *
+ *                                                                           *
+ * OS Major and Minor version numbers should be changed directly in the .cf  *
+ * file, not overridden in site.def.                                         *
+ *                                                                           *
+ *****************************************************************************/
+
+#ifdef BeforeVendorCF
+
+/* #define HasGcc YES */
+
+#endif /* BeforeVendorCF */
+
+#ifdef AfterVendorCF
+
+/*
+#ifdef ProjectRoot
+#undef ProjectRoot
+#endif
+#define ProjectRoot /usr/X11R5
+*/
+
+#endif /* AfterVendorCF */