diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index e056ff7..85d3092 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -681,6 +681,9 @@ /* Define if you have the <sys/machine.h> header file. */ #undef HAVE_SYS_MACHINE_H +/* Define if you have the <sys/resource.h> header file. */ +#undef HAVE_SYS_RESOURCE_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H @@ -702,6 +705,18 @@ /* Define if sigsetjmp is available. */ #undef HAVE_SIGSETJMP +/* Only used in build directory testsuite_hooks.h. */ +#undef HAVE_MEMLIMIT_DATA + +/* Only used in build directory testsuite_hooks.h. */ +#undef HAVE_MEMLIMIT_RSS + +/* Only used in build directory testsuite_hooks.h. */ +#undef HAVE_MEMLIMIT_VMEM + +/* Only used in build directory testsuite_hooks.h. */ +#undef HAVE_MEMLIMIT_AS + // // Systems that have certain non-standard functions prefixed with an // underscore, we'll handle those here. Must come after config.h.in. |