Exclude libedit inclusion of <sys/ttydefaults.h> on AIX as well

This commit is contained in:
unknown 2009-02-12 03:31:31 +01:00 committed by MySQL Build Team
parent ece8757cec
commit 69d59240ac

View file

@ -66,7 +66,7 @@ typedef KEYMAP_ENTRY *Keymap;
#ifndef CTRL
#include <sys/ioctl.h>
#if !defined(__sun) && !defined(__hpux)
#if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
#include <sys/ttydefaults.h>
#endif
#ifndef CTRL