- Notifications
You must be signed in to change notification settings - Fork 7.8k
/
Copy pathparam.h
21 lines (19 loc) · 990 Bytes
/
param.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*****************************************************************************
* *
* sys/param.c *
* *
* Freely redistributable and modifiable. Use at your own risk. *
* *
* Copyright 1994 The Downhill Project *
* *
*****************************************************************************/
#ifndefPHP_WIN32_PARAM_H
#definePHP_WIN32_PARAM_H
#ifndefMAXPATHLEN
#include"win32/ioutil.h"
#defineMAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN
#endif
#defineMAXHOSTNAMELEN 64
#definehowmany(x,y) (((x)+((y)-1))/(y))
#defineroundup(x,y) ((((x)+((y)-1))/(y))*(y))
#endif