1#
2# This is my own security properties file.
3#
4
5#ifdef solaris
6foo.tbd=1
7#else
8foo.tbd=1a
9#endif
10#ifndef solaris
11foo.tbd=2
12#endif
13#ifdef mac
14foo.tbd=3
15#endif
16#ifndef mac
17foo.tbd=4
18#endif
19#ifdef solaris-sparc
20foo.tbd=5
21#endif
22#ifndef solaris-sparc
23foo.tbd=6
24#else
25foo.tbd=6a
26#endif
27#ifdef solaris-x64
28foo.tbd=7
29#endif
30#ifndef solaris-x64
31foo.tbd=8
32#endif
33#ifdef macosx-sparc
34foo.tbd=9
35#else
36foo.tbd=9a
37#endif
38#ifndef macosx-sparc
39foo.tbd=10
40#endif
41#ifdef macosx-x64
42foo.tbd=11
43#endif
44#ifndef macosx-x64
45foo.tbd=12
46#endif
47crypto.policy=crypto.policydir-tbd
48
49package.access=sun.,\
50#ifdef solaris
51               solaris.,\
52#endif
53#ifdef macosx
54               apple.,\
55#endif
56
57package.definition=sun.,\
58#ifdef solaris
59                   solaris.,\
60#endif
61#ifdef macosx
62                   apple.,\
63#endif
64