1   _        ___  ____ ____  ____                _     _
2  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
3  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
4 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
5  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
6
7  OSSP uuid - Universally Unique Identifier
8
9  PORTING
10
11  OSSP uuid was already written with maximum portability in mind, so
12  there should be no great effort required to get it running on any Unix
13  platform with a reasonable POSIX API. Additionally, the portability
14  was tested by successfully building and running it on the following
15  particular Unix platforms (syntax is "<cpu>-<os> (<compiler>)"):
16
17      alpha-tru644.0 (cc)
18      alpha-tru645.1 (gcc, cc)
19      hppa-hpux11.11 (cc)
20      ia64-hpux11.23 (cc)
21      ix86-debian2.2 (gcc, icc)
22      ix86-debian3.0 (gcc)
23      ix86-debian3.1 (gcc)
24      ix86-freebsd4.9 (gcc)
25      ix86-freebsd5.2 (gcc, icc)
26      ix86-netbsd1.6 (gcc)
27      ix86-qnx6.2 (gcc)
28      ix86-solaris10 (gcc)
29      ix86-unixware7.1.3 (cc)
30      mips64-irix6.5 (gcc)
31      sparc64-solaris8 (gcc, forte)
32      sparc64-solaris9 (gcc)
33
34