source: trunk/third/sysinfo/config-data.h @ 12269

Revision 12269, 883 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12268, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright (c) 1992-1998 Michael A. Cooper.
3 * This software may be freely used and distributed provided it is not
4 * sold for profit or used in part or in whole for commercial gain
5 * without prior written agreement, and the author is credited
6 * appropriately.
7 */
8
9/*
10 * $Revision: 1.1.1.3 $
11 */
12
13#ifndef __config_data_h__
14#define __config_data_h__
15
16#include "mcregex.h"
17
18/*
19 * Argument Types
20 */
21#define ARG_VARARGS             1
22#define ARG_STDARG              2
23
24/*
25 * Get Network InterFaces
26 */
27#define GETNETIF_IFNET          1
28#define GETNETIF_IFCONF         2
29
30/*
31 * Get MAC Info
32 */
33#define GETMAC_NIT              1
34#define GETMAC_PACKETFILTER     2
35#define GETMAC_DLPI             3
36#define GETMAC_IFREQ_ENADDR     4
37
38/*
39 * Type of wait() system call
40 */
41#define WAIT_WAITPID            1
42#define WAIT_WAIT4              2
43
44/*
45 * What level of Root access is required by the OS
46 */
47#define RA_NONE                 1
48#define RA_ADVISED              2
49
50#endif /* __config_data_h__ */
Note: See TracBrowser for help on using the repository browser.