Changed to use the correct "__sun" and "__hpux" predefined

preprocessor symbols in libedit
This commit is contained in:
kent.boortz@sun.com 2009-02-11 21:33:46 +01:00 committed by MySQL Build Team
commit 1d4e64ea07

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)
#include <sys/ttydefaults.h>
#endif
#ifndef CTRL