Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / platform / pc32 / include / param.h
1 /*
2  * $DragonFly: src/sys/platform/pc32/include/param.h,v 1.3 2007/01/19 07:23:42 dillon Exp $
3  */
4
5 #ifndef _MACHINE_PARAM_H_
6
7 #ifndef _NO_NAMESPACE_POLLUTION
8 #define _MACHINE_PARAM_H_
9 #endif
10
11 #ifndef _MACHINE_PLATFORM
12 #define _MACHINE_PLATFORM       pc32
13 #endif
14
15 #ifndef _NO_NAMESPACE_POLLUTION
16
17 #ifndef MACHINE_PLATFORM
18 #define MACHINE_PLATFORM        "pc32"
19 #endif
20
21 #define _GDT_ARRAY_PRESENT      /* used by db_disasm */
22
23 #endif
24
25 #include <cpu/param.h>
26
27 #endif
28