File: ostable

package info (click to toggle)
apt 0.6.46.4-0.1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,112 kB
  • ctags: 3,425
  • sloc: cpp: 29,961; xml: 9,133; sh: 3,027; makefile: 673; perl: 209
file content (21 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file contains a table of known vendor-os strings, with
# things to map them to. `configure' will take the output of the
# autoconf cannon macros and look in here. This only deals with
# OS names. The right should be a common name like the arch table
# generates
# The final bit to build the Debian Architecture is done in init.cc
# The left side is a regex for awk, and the first match is used.

# These are used by Debian
[^-]*-linux-.*   linux
[^-]*-kfreebsd.*-gnu   kfreebsd
[^-]*-knetbsd.*-gnu   knetbsd
[^-]*-gnu[^-]*   hurd

# These are samples. 
hp-hpux[^-]*	    hp-ux
sun-solaris[^-]*    solaris
[^-]*-openbsd[^-]*  openbsd

# Catch all
.*	unknown