/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
win32
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/win32/param.h
/***************************************************************************** * * * sys/param.c * * * * Freely redistributable and modifiable. Use at your own risk. * * * * Copyright 1994 The Downhill Project * * * *****************************************************************************/ #ifndef PHP_WIN32_PARAM_H #define PHP_WIN32_PARAM_H #ifndef MAXPATHLEN #include "win32/ioutil.h" #define MAXPATHLEN PHP_WIN32_IOUTIL_MAXPATHLEN #endif #define MAXHOSTNAMELEN 64 #define howmany(x,y) (((x)+((y)-1))/(y)) #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) #endif
Copyright ©2k19 -
Hexid
|
Tex7ure