diff options
author | dawes <dawes> | 1994-05-23 09:42:51 +0000 |
---|---|---|
committer | dawes <dawes> | 1994-05-23 09:42:51 +0000 |
commit | ab42381b61ff1eec409762065f5d986df0787ce8 (patch) | |
tree | 93b19023123ef813723a694c05888bfaa2dbc452 | |
parent | 6f3b58665f8a7f7f9689cdf965d708181530bfa8 (diff) |
remove XTESTEXT1 from FreeBSD.cf
-rw-r--r-- | config/cf/FreeBSD.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cf/FreeBSD.cf b/config/cf/FreeBSD.cf index e1ff11fa2..7d69d3cea 100644 --- a/config/cf/FreeBSD.cf +++ b/config/cf/FreeBSD.cf @@ -1,5 +1,5 @@ XCOMM platform: $XConsortium: FreeBSD.cf,v 1.1 94/03/29 15:34:45 gildea Exp $ -XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.2 1994/05/22 01:45:10 dawes Exp $ +XCOMM platform: $XFree86: xc/config/cf/FreeBSD.cf,v 3.3 1994/05/22 08:50:32 dawes Exp $ #define OSName FreeBSD 1.1 #define OSVendor /**/ @@ -39,7 +39,7 @@ XCOMM operating system: OSName #define PreProcessCmd CppCmd #define StandardCppDefines -traditional #define DefaultCCOptions /**/ -#define ExtensionOSDefines -DXTESTEXT1 +#define ExtensionOSDefines /* -DXTESTEXT1 */ #define ExtraLibraries -lgnumalloc #define InstUidFlags -s -m 4755 |