/usr/lib/X11/config/generic.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 | XCOMM platform: $Xorg: generic.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
#ifndef OSName
#define OSName Unknown Operating System
#endif
XCOMM operating system: OSName
#ifndef OSMajorVersion
#define OSMajorVersion 0
#endif
#ifndef OSMinorVersion
#define OSMinorVersion 0
#endif
#ifdef SYSV
#define SystemV YES
#endif
#ifdef SVR4
#define SystemV4 YES
#endif
#define BuildServer NO
|