X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/21f6caee9936b429da5fcd482b4907315fcb109a..537128ea365c31c2a11778c476d51a6f4402df78:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index ea831a5..ae64996 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -75,6 +75,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `coredumper' library (-lcoredumper). */ +#undef HAVE_LIBCOREDUMPER + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -254,7 +257,7 @@ /* 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. + 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 */