Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / am-utils / lib / libamu / mkconf
blob19465551f8c71ed17b9a8d3a7b8987f7eeb23537
1 #       $NetBSD: mkconf,v 1.1 2008/09/19 21:38:41 christos Exp $
3 # mkconf
4 # Generate local configuration parameters for amd
6 cat << __EOF
8 /* Automatically generated file, do not edit! */
10 /* Define name of host machine's architecture (eg. sun4) */
11 #define HOST_ARCH MACHINE
13 /* Define name of host machine's cpu (eg. sparc) */
14 #define HOST_CPU MACHINE_ARCH
16 /* Define the header version of (linux) hosts (eg. 2.2.10) */
17 #define HOST_HEADER_VERSION "$1"
19 /* Define name of host */
20 #define HOST_NAME "unknown"
22 /* Define name and version of host machine (eg. solaris2.5.1) */
23 #define HOST_OS "netbsd$1"
25 /* Define only name of host machine OS (eg. solaris2) */
26 #define HOST_OS_NAME "netbsd"
28 /* Define only version of host machine (eg. 2.5.1) */
29 #define HOST_OS_VERSION "$1"
31 /* Define name of host machine's vendor (eg. sun) */
32 #define HOST_VENDOR "The NetBSD Foundation, Inc."
34 /* Define user name */
35 #define USER_NAME "unknown"
37 /* Define configuration date */
38 #define CONFIG_DATE "unknown"
40 __EOF