root/trunk/nt/inc/sys/param.h

Revision 3679, 228 bytes (checked in by miyoshi, 4 years ago)

* inc/arpa/inet.h: Sync up with Emacs CVS.

* inc/netdb.h: Ditto.

* inc/netinet/in.h: Ditto.

* inc/sys/dir.h: Ditto.

* inc/sys/file.h: Ditto.

* inc/sys/ioctl.h: Ditto.

* inc/sys/param.h: Ditto.

* inc/sys/socket.h: Ditto.

* inc/sys/time.h: Ditto.

* inc/unistd.h: Ditto.

  • Property svn:eol-style set to native
Line 
1 #ifndef _PARAM_H_
2 #define _PARAM_H_
3
4 /*
5  * sys\param.h doesn't exist on NT, so we'll make one.
6  */
7
8 #define NBPG 4096
9
10 #endif /* _PARAM_H_ */
11
12 /* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435
13    (do not change this comment) */
Note: See TracBrowser for help on using the browser.