view nt/inc/sys/param.h @ 32158:b048135b76bc

(nslookup-font-lock-keywords, ftp-font-lock-keywords, smbclient-font-lock-keywords): Ignore value of window-system; always define the keywords
author Peter Breton <pbreton@attbi.com>
date Thu, 05 Oct 2000 02:45:14 +0000
parents 1877e9736ea1
children 695cf19ef79e
line wrap: on
line source

#ifndef _PARAM_H_
#define _PARAM_H_

/*
 * sys\param.h doesn't exist on NT, so we'll make one.
 */

#define NBPG 4096

#endif /* _PARAM_H_ */