* acconfig.h: Added HAVE_LONG_LONGS.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 10 Jan 1999 07:41:56 +0000 (07:41 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 10 Jan 1999 07:41:56 +0000 (07:41 +0000)
acconfig.h

index cce409c..f920ea4 100644 (file)
 
 /* 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