/usr/lib/X11/config/macII.cf is in xutils-dev 1:7.7+5ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | XCOMM platform: $Xorg: macII.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
#ifndef OSName
#define OSName A/UX 3.0.1
#endif
#ifndef OSMajorVersion
#define OSMajorVersion 3
#endif
#ifndef OSMinorVersion
#define OSMinorVersion 0
#endif
#ifndef OSTeenyVersion
#define OSTeenyVersion 1
#endif
XCOMM operating system: OSName
#if HasGcc
#define BootstrapCFlags -DmacII
#endif
#define SystemV YES
#define HasPoll NO
#define NeedBerklib YES
#define ExtraLibraries $(XBSDLIB) -lposix -lm -lmr
#define Malloc0ReturnsNull YES
#define StandardDefines -DmacII -DSYSV
#define ExecableScripts NO
#define RemoveTargetProgramByMoving YES
#define ExpandManNames YES
#define XmacIIServer YES
#define XawI18nDefines -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
#if MacHasc89
#define CcCmd c89 -D_POSIX_SOURCE
#else
#define HasVoidSignalReturn NO
#endif
#if OSMajorVersion <= 2
#define ServerExtraDefines -DSUPPORT_2_0
#endif
#define InstKmemFlags -g sys -m 2711
#define ExtensionOSDefines -DXTESTEXT1
#if !HasGcc
#define DefaultCCOptions -A 3
#endif
/*
* If you wish to override the man page directories, do so here using just
* one tab between the parameter name (e.g. ManDirectoryRoot) and the
* value so that cpp doesn't get confused.
*/
#define ManDirectoryRoot /usr/catman/u_man
|