From c4dd7a1a684490673e25aaf4fabec5df138854c4 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 14 Mar 2013 05:42:27 +0000 Subject: Imported from /home/lorry/working-area/delta_php2/php-5.4.13.tar.bz2. --- win32/param.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 win32/param.h (limited to 'win32/param.h') diff --git a/win32/param.h b/win32/param.h new file mode 100644 index 0000000..3d0da1e --- /dev/null +++ b/win32/param.h @@ -0,0 +1,16 @@ + +/***************************************************************************** + * * + * sys/param.c * + * * + * Freely redistributable and modifiable. Use at your own risk. * + * * + * Copyright 1994 The Downhill Project * + * * + *****************************************************************************/ +#ifndef MAXPATHLEN +#define MAXPATHLEN _MAX_PATH +#endif +#define MAXHOSTNAMELEN 64 +#define howmany(x,y) (((x)+((y)-1))/(y)) +#define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) -- cgit v1.2.1