diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _DEFINES_H | 1 | #ifndef _DEFINES_H |
2 | #define _DEFINES_H | 2 | #define _DEFINES_H |
3 | 3 | ||
4 | /* $Id: defines.h,v 1.83 2002/03/22 20:53:32 stevesk Exp $ */ | 4 | /* $Id: defines.h,v 1.84 2002/03/22 21:08:04 stevesk Exp $ */ |
5 | 5 | ||
6 | /* Necessary headers */ | 6 | /* Necessary headers */ |
7 | 7 | ||
@@ -440,6 +440,10 @@ struct winsize { | |||
440 | # define howmany(x,y) (((x)+((y)-1))/(y)) | 440 | # define howmany(x,y) (((x)+((y)-1))/(y)) |
441 | #endif | 441 | #endif |
442 | 442 | ||
443 | #ifdef __hpux | ||
444 | #define MAP_ANON MAP_ANONYMOUS | ||
445 | #endif | ||
446 | |||
443 | #ifndef ALIGNBYTES | 447 | #ifndef ALIGNBYTES |
444 | #define ALIGNBYTES (sizeof(int) - 1) | 448 | #define ALIGNBYTES (sizeof(int) - 1) |
445 | #endif | 449 | #endif |