diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 10:25:22 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 12:00:58 -0400 |
commit | 63a9e923e666ae3b878d3d3c10d79f10f567c661 (patch) | |
tree | 24e1be81ec6891b3f72dae672d0411463db1be14 /gdb/gnulib/config.in | |
parent | 633f513999f36b6b059588a296cef6e715c3b91b (diff) | |
download | gdb-users/simark/autotools-bump.zip gdb-users/simark/autotools-bump.tar.gz gdb-users/simark/autotools-bump.tar.bz2 |
Generated filesusers/simark/autotools-bump
Diffstat (limited to 'gdb/gnulib/config.in')
-rw-r--r-- | gdb/gnulib/config.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gdb/gnulib/config.in b/gdb/gnulib/config.in index 9899bb3..3912b92 100644 --- a/gdb/gnulib/config.in +++ b/gdb/gnulib/config.in @@ -18,12 +18,12 @@ /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T -/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP - systems. This function is required for 'alloca.c' support on those systems. +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END -/* Define to 1 if using 'alloca.c'. */ +/* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA /* Define to 1 if the C locale may have encoding errors. */ @@ -1662,9 +1662,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 runtime. - 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 the `S_IS*' macros in <sys/stat.h> do not work properly. */ @@ -1939,6 +1939,9 @@ # define __restrict__ #endif +/* Define to `unsigned int' if <sys/types.h> does not define. */ +#undef size_t + /* Define as a signed type of the same size as size_t. */ #undef ssize_t |