1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* acconfig.h: Added HAVE_LONG_LONGS.

This commit is contained in:
Mikael Djurfeldt 1999-01-10 07:41:56 +00:00
parent 9dec9737a4
commit d2953283e0

View file

@ -148,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