diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-01-30 03:54:13 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-01-30 03:54:13 +0000 |
commit | 67913558238cdea14698b3df6903149a92fc6f40 (patch) | |
tree | df28c1404e30da0327887a8618e2a9a49841c6d0 | |
parent | 2ffba0d498177492dc68a6456e250be100a4f857 (diff) | |
download | postgresql-67913558238cdea14698b3df6903149a92fc6f40.tar.gz postgresql-67913558238cdea14698b3df6903149a92fc6f40.zip |
aix does have <termios.h>
pointed out by Darren King
-rw-r--r-- | src/include/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/config.h b/src/include/config.h index 5f937c91b31..ed4cfe6fbcb 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -39,7 +39,6 @@ #if defined(aix) # undef HAVE_SYS_SELECT_H -# undef HAVE_TERMIOS_H # undef HAVE_ISINF # define CLASS_CONFLICT # define DISABLE_XOPEN_NLS |