X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=config.h.in;h=2b2eb339cdd0699c66f1cd77805b0e50bac0fdaf;hp=ea5068380163002e574c457769b161432ecd6e7d;hb=fedbb0047287e63c53cc911b668ae6212f59b846;hpb=21b5df0ced4381fd3f48ce40d096631edf12ec68 diff --git a/config.h.in b/config.h.in index ea50683..2b2eb33 100644 --- a/config.h.in +++ b/config.h.in @@ -499,9 +499,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 to 1 if you have the ANSI C header files. */ @@ -599,9 +599,11 @@ typedef unsigned long long uint64_t; /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* 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 'int' if system headers don't define. */ #undef mbstate_t