diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index f8e5305feb5..3f3dde5a109 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -655,9 +655,15 @@ /* Define to 1 if a full hosted library is built, or 0 if freestanding. */ #undef _GLIBCXX_HOSTED +/* Define if ptrdiff_t is int. */ +#undef _GLIBCXX_PTRDIFF_T_IS_INT + /* Define if using setrlimit to set resource limits during "make check" */ #undef _GLIBCXX_RES_LIMITS +/* Define if size_t is unsigned int. */ +#undef _GLIBCXX_SIZE_T_IS_UINT + /* Define if the compiler is configured for setjmp/longjmp exceptions. */ #undef _GLIBCXX_SJLJ_EXCEPTIONS |