diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index f288f42ed9d..3ec05679ab1 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -749,6 +749,9 @@ /* Define if you have the <nan.h> header file. */ #undef HAVE_NAN_H +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + /* Define if you have the <sys/filio.h> header file. */ #undef HAVE_SYS_FILIO_H |