X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconfig.h.in;h=2d0e21abb258af41a7ec57d0af6bb31f8938f7b3;hb=d0e07e9cc4a67494b89f54a73d23443e8789676b;hp=a57296aa1dd779484e45f28b61bc062b07ddf18c;hpb=1b70edcd9999965aafe4533453eb6b353b349898;p=chise%2Fxemacs-chise.git.1 diff --git a/src/config.h.in b/src/config.h.in index a57296a..2d0e21a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -143,6 +143,9 @@ void *alloca (); /* Use a debugging malloc? -- experimental */ #undef USE_DEBUG_MALLOC +/* Use malloc for regex failure stack? */ +#undef REGEX_MALLOC + /* Compile in TTY support? */ #undef HAVE_TTY @@ -262,6 +265,7 @@ void *alloca (); #undef HAVE_SHL_LOAD #undef HAVE_DLD_INIT #undef HAVE_SHLIB +#undef HAVE_DYLD #undef DLSYM_NEEDS_UNDERSCORE #undef HAVE_LIBINTL