* acconfig.h, configure.in: Define TOTORO if configuring on
totoro.red-bean.com. * configure.in: Check for strdup.
This commit is contained in:
parent
43eeb5a648
commit
95fc06d501
2 changed files with 21 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue