Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/include/ape/sys/param.h – Rev 85

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#ifndef __PARAM_H__
2
#define __PARAM_H__
3
 
4
#ifndef _BSD_EXTENSION
85 7u83 5
	#error This header file is an extension to ANSI/POSIX - only available with _BSD_EXTENSION
2 - 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__ */