From b9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 1 Nov 2008 05:50:30 +0000 Subject: * sman/sman.c (ptsPath): Remove. * sman/Makefile.in: Add additional C runtimes for link. * lib/openpty.c: Include and where available. (ptyopen): Lose third parameter. Tidy. (makeNextPtyNames): Now static. * clef/edible.c (controllerPath): Remove. Adjust call to ptyopen. * clef/Makefile.in (clef_LDADD): Add extra C runtimes. --- config/openaxiom-c-macros.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/openaxiom-c-macros.h.in') diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 195250b1..d98239d6 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -33,6 +33,10 @@ */ #undef HAVE_DECL_KILL +/* Define to 1 if you have the declaration of `openpty', and to 0 if you + don't. */ +#undef HAVE_DECL_OPENPTY + /* Define to 1 if you have the declaration of `sigaction', and to 0 if you don't. */ #undef HAVE_DECL_SIGACTION @@ -53,6 +57,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the header file. */ +#undef HAVE_PTY_H + /* Define to 1 if you have the header file. */ #undef HAVE_SIGNAL_H @@ -83,6 +90,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_UTIL_H + /* Define to 1 if you have the header file. */ #undef HAVE_WINSOCK2_H -- cgit v1.2.3