]> git.sesse.net Git - rdpsrv/blob - Xserver/config/cf/minix.cf
Support RDP5 logon packets.
[rdpsrv] / Xserver / config / cf / minix.cf
1 XCOMM $XConsortium: minix.cf /main/1 1996/10/31 14:47:22 kaleb $
2
3
4
5 XCOMM platform:  $XFree86: xc/config/cf/minix.cf,v 3.4 1996/12/27 06:50:21 dawes Exp $
6
7
8 /*
9  * If you want to change any of these, do it in the BeforeVendorCF part
10  * of site.def
11  */
12 #define OSName                  Minix-386vm
13 #define OSVendor                /* philip@cs.vu.nl */
14 #define OSMajorVersion          1
15 #define OSMinorVersion          6
16 #define OSTeenyVersion          25.1.0
17
18 #define AcdGcc
19
20 #ifdef AcdGcc
21 #define ServerExtraDefines      -DGCCUSESGAS XFree86ServerDefines
22 #define AsmDefines              -DUSE_GAS
23 #define GccGasOption            -DGCCUSESGAS /* For SuperProbe */
24 #endif
25
26 /* Defaults for Minix */
27
28 #define ConnectionFlags         -DMNX_TCPCONN
29 #define StandardDefines         -D_MINIX -DMINIX -D_POSIX_SOURCE
30 #define StandardIncludes        
31
32 #define DoRanlibCmd             NO
33 #define AvoidNullMakeCommand    YES
34 #define HasSockets              NO
35 #define HasStreams              NO
36 #define HasVFork                NO
37 #define HasNdbm                 YES
38 #define ExtraLibraries          -lnbio
39 #define NeedConstPrototypes     YES
40 #define NeedVarargsPrototypes   YES
41 #define NeedNestedPrototypes    YES
42 /* #define UseCCMakeDepend              YES */
43 #define DefaultCCOptions        -wo -fsoft
44 #define ArCmd                   CcCmd -c.a -o
45 #define ArAddCmd                ArCmd
46 #define CcCmd                   acd -descr gcc -name cc
47 #define AsCmd                   CcCmd -c
48 #define CppCmd                  /usr/lib/cpp
49 #define LdCmd                   CcCmd
50 #define LdCombineFlags          -r
51 #define LexLib                  /* */
52
53 #define SetTtyGroup             YES     /* for xterm */
54 #define HasPutenv               YES     /* for xsm */
55
56 #ifndef AssembleObject
57 #define AssembleObject(flags) $(RM) $@                                    @@\
58         $(CPP) AsmDefines $(DEFINES) $(INCLUDES) flags $*.s | \           @@\
59             grep -v '^\#' > $*.i.s                                        @@\
60         $(AS) -o $*.o $*.i.s                                              @@\
61         $(RM) $*.i.s
62 #endif
63
64 #include <xfree86.cf>