view nt/inc/sys/param.h @ 25807:b245d837503b

(ange-ftp-date-regexp): Make it work for LANG=de_DE.iso88591 on HPUX 11.0.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 24 Sep 1999 12:57:17 +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_ */