X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/508487473d68601b702384c03c4a295d42560e14..10efca5bce60e6403b336d10b643874b9cb72665:/acconfig.h diff --git a/acconfig.h b/acconfig.h index e87ce02cd..f920ea44a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,4 @@ /* acconfig.h --- documentation for symbols possibly defined in scmconfig.h - * written by Jim Blandy --- August 1996 * The `autoheader' command, from the autoconf suite, generates * libguile/scmconfig.h, based on configure.in and this file. * @@ -149,3 +148,6 @@ /* Define if your readline library has the rl_getc_function variable. */ #undef HAVE_RL_GETC_FUNCTION + +/* Define if the compiler supports long longs. */ +#undef HAVE_LONG_LONGS