]> git.lizzy.rs Git - plan9front.git/blob - sys/include/ape/sys/param.h
remove keyboard stuff from other ports, make openssl and python compile on arm
[plan9front.git] / sys / include / ape / sys / param.h
1 #ifndef __PARAM_H__
2 #define __PARAM_H__
3
4 #ifndef _BSD_EXTENSION
5     This header file is an extension to ANSI/POSIX
6 #endif
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #define NOFILES_MAX 100
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* !__PARAM_H__ */