summaryrefslogtreecommitdiff
path: root/posix/posix-conf-vars.list
blob: 8f308c216626c59cfb8bb3914dc2fc958bc3e6be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration variables identified by getconf.  The heading of each section
# is of the format TYPE PREFIX with the opening curly brace on the same line.
# TYPE can either be SYSCONF, PATHCONF, CONFSTR or SPEC.  Variable names are
# put one on each line with a curly brace on its own line ending the section.

SPEC POSIX {
  V6_ILP32_OFF32
  V6_ILP32_OFFBIG
  V6_LP64_OFF64
  V6_LPBIG_OFFBIG
  V7_ILP32_OFF32
  V7_ILP32_OFFBIG
  V7_LP64_OFF64
  V7_LPBIG_OFFBIG
}

SPEC XBS5 {
  ILP32_OFF32
  ILP32_OFFBIG
  LP64_OFF64
  LPBIG_OFFBIG
}