Searched defs:_MACHDEP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_param.h48 #ifndef _MACHDEP
49 #define _MACHDEP macro
55 * Case 1: We defined both _MACHDEP and _SYS_MACHPARAM_H. Undef both
60 #undef _MACHDEP macro
65 * Case 2: We defined _MACHDEP only.
68 #undef _MACHDEP macro
71 #else /* _MACHDEP */
85 * Case 4: _MACHDEP and _SYS_MACHPARAM_H are both already defined.
90 #endif /* _MACHDEP */

Completed in 57 milliseconds