death-to-efs-20060802
[openafs.git] / src / afs / sysctl.h
1 /*
2  * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
3  *
4  * @APPLE_LICENSE_HEADER_START@
5  * 
6  * This file contains Original Code and/or Modifications of Original Code
7  * as defined in and that are subject to the Apple Public Source License
8  * Version 2.0 (the 'License'). You may not use this file except in
9  * compliance with the License. Please obtain a copy of the License at
10  * http://www.opensource.apple.com/apsl/ and read it before using this
11  * file.
12  * 
13  * The Original Code and all software distributed under the License are
14  * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18  * Please see the License for the specific language governing rights and
19  * limitations under the License.
20  * 
21  * @APPLE_LICENSE_HEADER_END@
22  */
23
24 #ifndef AFS_SYSCTL_H
25 #define AFS_SYSCTL_H
26
27 /* top level AFS names */
28 #define AFS_SC_ALL                              0
29 #define AFS_SC_DARWIN                           1
30
31 /* AFS_SC_ALL: platform-independent sysctls */
32         /* nothing defined */
33
34 /* AFS_SC_DARWIN: darwin-specific sysctls */
35 #define AFS_SC_DARWIN_ALL                       0
36 #define AFS_SC_DARWIN_12                        1
37 #define AFS_SC_DARWIN_13                        2
38 #define AFS_SC_DARWIN_14                        3
39 #define AFS_SC_DARWIN_60                        4
40 #define AFS_SC_DARWIN_70                        5
41 #define AFS_SC_DARWIN_80                        6
42 #define AFS_SC_DARWIN_90                        7
43
44 /* AFS_SC_DARWIN_ALL: darwin version-independent sysctls */
45 #define AFS_SC_DARWIN_ALL_REALMODES             1
46
47 /* AFS_SC_DARWIN_12: darwin 1.2 sysctls */
48         /* nothing defined */
49
50 /* AFS_SC_DARWIN_13: darwin 1.3 sysctls */
51         /* nothing defined */
52
53 /* AFS_SC_DARWIN_14: darwin 1.4 sysctls */
54         /* nothing defined */
55
56 /* AFS_SC_DARWIN_60: darwin 6.x sysctls */
57         /* nothing defined */
58
59 /* AFS_SC_DARWIN_70: darwin 7.x sysctls */
60         /* nothing defined */
61
62 /* AFS_SC_DARWIN_80: darwin 8.x sysctls */
63         /* nothing defined */
64
65 /* AFS_SC_DARWIN_90: darwin 9.x sysctls */
66         /* nothing defined */
67
68 #endif /* AFS_SYSCTL_H */