From d2953283e071e960e062c30198facd0cf41da56c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 10 Jan 1999 07:41:56 +0000 Subject: [PATCH] * acconfig.h: Added HAVE_LONG_LONGS. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index cce409ccb..f920ea44a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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