diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:01:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:01:40 +0000 |
commit | a363b5b67cb62e399b7ffed4ec2208d4d91d79e0 (patch) | |
tree | 89d55eb9ffbc01596458fe029d364a33adc5120f /dmake/posix.h | |
parent | 956d091a8ef5027aaf9b780228d5822ebd7eca35 (diff) |
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/05/05 21:59:52 vq 1.2.80.1: #i47135# Leave a comment that the _POSIX_*_MAX values should be set in
the architecture dependent sysintf.h files instead of clobbering them
in posix.h
Diffstat (limited to 'dmake/posix.h')
-rw-r--r-- | dmake/posix.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/posix.h b/dmake/posix.h index 2a3670511013..b39fc0336dc4 100644 --- a/dmake/posix.h +++ b/dmake/posix.h @@ -1,4 +1,4 @@ -/* RCS $Id: posix.h,v 1.2 2003-03-25 14:02:13 hr Exp $ +/* RCS $Id: posix.h,v 1.3 2006-04-20 12:01:40 hr Exp $ -- -- SYNOPSIS -- Definition for POSIX conforming defines in dmake. @@ -53,7 +53,8 @@ #define CHILD_MAX _POSIX_CHILD_MAX #endif -/* now fix these since some values are all wet */ +/* FIXME! This is a very big hammer, these values should be set to + * sensible values in the architecture dependent sysintf.h files. */ #if NAME_MAX < 255 #undef NAME_MAX #define NAME_MAX 255 |