diff options
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.127 2005/08/31 16:59:49 tim Exp $ */ | 28 | /* $Id: defines.h,v 1.130 2005/12/17 11:04:09 dtucker Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -450,6 +450,10 @@ struct winsize { | |||
450 | # define __sentinel__ | 450 | # define __sentinel__ |
451 | #endif | 451 | #endif |
452 | 452 | ||
453 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) | ||
454 | # define __bounded__(x, y, z) | ||
455 | #endif | ||
456 | |||
453 | /* *-*-nto-qnx doesn't define this macro in the system headers */ | 457 | /* *-*-nto-qnx doesn't define this macro in the system headers */ |
454 | #ifdef MISSING_HOWMANY | 458 | #ifdef MISSING_HOWMANY |
455 | # define howmany(x,y) (((x)+((y)-1))/(y)) | 459 | # define howmany(x,y) (((x)+((y)-1))/(y)) |
@@ -688,7 +692,7 @@ struct winsize { | |||
688 | # define CUSTOM_SYS_AUTH_PASSWD 1 | 692 | # define CUSTOM_SYS_AUTH_PASSWD 1 |
689 | #endif | 693 | #endif |
690 | 694 | ||
691 | #if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF) | 695 | #ifdef HAVE_LIBIAF |
692 | # define CUSTOM_SYS_AUTH_PASSWD 1 | 696 | # define CUSTOM_SYS_AUTH_PASSWD 1 |
693 | #endif | 697 | #endif |
694 | 698 | ||
@@ -711,4 +715,12 @@ struct winsize { | |||
711 | # undef HAVE_MMAP | 715 | # undef HAVE_MMAP |
712 | #endif | 716 | #endif |
713 | 717 | ||
718 | /* some system headers on HP-UX define YES/NO */ | ||
719 | #ifdef YES | ||
720 | # undef YES | ||
721 | #endif | ||
722 | #ifdef NO | ||
723 | # undef NO | ||
724 | #endif | ||
725 | |||
714 | #endif /* _DEFINES_H */ | 726 | #endif /* _DEFINES_H */ |