diff options
author | kaleb <empty> | 1995-06-30 18:11:39 +0000 |
---|---|---|
committer | kaleb <empty> | 1995-06-30 18:11:39 +0000 |
commit | 47263d5af6c477992b473dcd16bcdea6c912c280 (patch) | |
tree | 7cd9a043e233b39248db72bacc07f4449a8a694d /xc | |
parent | ed6bbe6695aea257fcb02b62c6c5fdb3f10c1640 (diff) |
XBUG 7489
Diffstat (limited to 'xc')
-rw-r--r-- | xc/config/cf/usl.cf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xc/config/cf/usl.cf b/xc/config/cf/usl.cf index ac1692e8a..c548d1439 100644 --- a/xc/config/cf/usl.cf +++ b/xc/config/cf/usl.cf @@ -1,4 +1,4 @@ -XCOMM platform: $XConsortium: usl.cf,v 1.35 95/01/12 15:37:24 kaleb Exp kaleb $ +XCOMM platform: $XConsortium: usl.cf,v 1.37 95/06/30 18:07:55 kaleb Exp $ #define OSName UNIX System V/386 Release 4.2 Version 1.1.1 XCOMM operating system: OSName @@ -7,8 +7,16 @@ XCOMM operating system: OSName #define OSTeenyVersion 1 #define BootstrapCFlags -DUSL +#define StandardDefines -DUSL -DSVR4 -Di386 #define NeedWidePrototypes NO /* experimental */ #define ServerExtraDefines -D__USLC__ XFree86ServerDefines #define ServerOSDefines -DDDXTIME XFree86ServerOSDefines #define ToolkitStringsABIOptions -intelabi +#define XawI18nDefines -DHAS_WCTYPE_H -DHAS_ISW_FUNCS +#if OSTeenyVersion > 1 +#define ExtraLibraries -lsocket -lnsl -lgen +#define ThreadedX YES +#define SystemMTDefines -D_REENTRANT +#define ThreadsLibraries -lthread +#endif #include <svr4.cf> |