diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-05 20:55:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-05 20:55:28 +0000 |
commit | 00b25daa962b636e838920159264c4a05d6c8cd6 (patch) | |
tree | 57f37340d659c33f7c895e1d552b714170aa116c /config.hin | |
parent | 740b0b6e12036a06085db9477593b6193786604a (diff) | |
download | coreutils-00b25daa962b636e838920159264c4a05d6c8cd6.tar.xz |
.
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/config.hin b/config.hin index 88036527e..99613dd1c 100644 --- a/config.hin +++ b/config.hin @@ -1265,9 +1265,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define if the block counts reported by statfs may be truncated to 2GB and @@ -1415,9 +1415,11 @@ /* Define to rpl_gmtime if the replacement function should be used. */ #undef gmtime -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `unsigned long' if <sys/types.h> does not define. */ #undef ino_t |