File: minix.cf

package info (click to toggle)
vnc4 4.1.1%2BX4.3.0-37.6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 171,640 kB
  • ctags: 288,260
  • sloc: ansic: 2,205,305; cpp: 56,348; sh: 38,092; pascal: 13,773; asm: 12,656; tcl: 9,182; lisp: 7,831; perl: 3,364; makefile: 2,957; yacc: 2,902; objc: 2,698; xml: 2,614; python: 2,383; lex: 1,477; awk: 901; csh: 58; sed: 50
file content (64 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
XCOMM $Xorg: minix.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $



XCOMM platform:  $XFree86: xc/config/cf/minix.cf,v 3.6 2001/01/17 16:22:32 dawes Exp $


/*
 * If you want to change any of these, do it in the BeforeVendorCF part
 * of site.def
 */
#define OSName			Minix-386vm
#define OSVendor		/* philip@cs.vu.nl */
#define OSMajorVersion		1
#define OSMinorVersion		6
#define OSTeenyVersion		25.1.0

#define AcdGcc

#ifdef AcdGcc
#define ServerExtraDefines	-DGCCUSESGAS XFree86ServerDefines
#define AsmDefines 		-DUSE_GAS
#define GccGasOption		-DGCCUSESGAS /* For SuperProbe */
#endif

/* Defaults for Minix */

#define ConnectionFlags		-DMNX_TCPCONN
#define StandardDefines		-D_MINIX -DMINIX -D_POSIX_SOURCE
#define StandardIncludes	

#define DoRanlibCmd		NO
#define AvoidNullMakeCommand	YES
#define HasSockets		NO
#define HasStreams		NO
#define HasVFork		NO
#define HasNdbm			YES
#define	ExtraLibraries		-lnbio
#define NeedConstPrototypes	YES
#define NeedVarargsPrototypes	YES
#define NeedNestedPrototypes	YES
/* #define UseCCMakeDepend		YES */
#define	DefaultCCOptions	-wo -fsoft
#define ArCmd			CcCmd -c.a -o
#define ArAddCmd		ArCmd
#define CcCmd			acd -descr gcc -name cc
#define AsCmd			CcCmd -c
#define CppCmd			/usr/lib/cpp
#define LdCmd			CcCmd
#define LdCombineFlags		-r
#define LexLib			/* */

#define	SetTtyGroup		YES	/* for xterm */
#define HasPutenv		YES	/* for xsm */

#ifndef AssembleObject
#define AssembleObject(flags) $(RM) $@                                    @@\
	$(CPP) AsmDefines $(DEFINES) $(INCLUDES) flags $*.S | \           @@\
	    grep -v '^\#' > $*.i.s                                        @@\
	$(AS) -o $*.o $*.i.s                                              @@\
	$(RM) $*.i.s
#endif

#include <xfree86.cf>