* acconfig.h, configure.in: Define TOTORO if configuring on

totoro.red-bean.com.

* configure.in: Check for strdup.
This commit is contained in:
Mikael Djurfeldt 1998-07-12 02:27:02 +00:00
commit 95fc06d501
2 changed files with 21 additions and 1 deletions

View file

@ -95,3 +95,9 @@
/* Define if usleep doesn't return a value. */
#undef USLEEP_RETURNS_VOID
/* Define if configuring on totoro.red-bean.com.
This variable is used in a workaround which forces totoro to include
readline support regardless. This kludge should obviously be
removed as fast as possible. */
#undef TOTORO