diff options
author | dos-reis <gdr@axiomatics.org> | 2009-02-11 02:02:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-02-11 02:02:04 +0000 |
commit | 79f5a19fba15519dfa7fe82f4dd1f0e91652cded (patch) | |
tree | 6e5aae96d498df4ea1c90c036bae75e96f5b6c98 /config | |
parent | 16ccc3d066711098e15ee8e678b249e0b9379990 (diff) | |
download | open-axiom-79f5a19fba15519dfa7fe82f4dd1f0e91652cded.tar.gz |
* lib/openpty.c: #include <sys/ioctl.h>, <termios.h>, and
<libutil.h> where available.
Diffstat (limited to 'config')
-rw-r--r-- | config/openaxiom-c-macros.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in index 22ac4c54..d96918ce 100644 --- a/config/openaxiom-c-macros.h.in +++ b/config/openaxiom-c-macros.h.in @@ -54,6 +54,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <libutil.h> header file. */ +#undef HAVE_LIBUTIL_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -75,6 +78,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the <sys/ioctl.h> header file. */ +#undef HAVE_SYS_IOCTL_H + /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H @@ -87,6 +93,9 @@ /* Define to 1 if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the <termios.h> header file. */ +#undef HAVE_TERMIOS_H + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |