diff options
author | Ådne Hovda <ahovda@openit.com> | 2014-11-18 10:40:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-18 15:03:35 (GMT) |
commit | 7a68729223c05d779188de89066de414d131dbcb (patch) | |
tree | 518667eb9e3f5c6a7a25ecde9f00922af764276a /Source/CursesDialog/form/fld_attr.c | |
parent | 44f02b42fb3b2278fdf8e9bd450c3f01573d1e3e (diff) | |
download | CMake-7a68729223c05d779188de89066de414d131dbcb.zip CMake-7a68729223c05d779188de89066de414d131dbcb.tar.gz CMake-7a68729223c05d779188de89066de414d131dbcb.tar.bz2 |
ccmake: Cleanup and simplify conditional blocks for HP-UX
Diffstat (limited to 'Source/CursesDialog/form/fld_attr.c')
-rw-r--r-- | Source/CursesDialog/form/fld_attr.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/CursesDialog/form/fld_attr.c b/Source/CursesDialog/form/fld_attr.c index 8619588..35ea903 100644 --- a/Source/CursesDialog/form/fld_attr.c +++ b/Source/CursesDialog/form/fld_attr.c @@ -29,13 +29,7 @@ /**************************************************************************** * Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 * ****************************************************************************/ -#if defined(__hpux) - #define _XOPEN_SOURCE_EXTENDED -#endif - #include "form.priv.h" -#if defined(__hpux) - #undef _XOPEN_SOURCE_EXTENDED -#endif +#include "form.priv.h" MODULE_ID("$Id$") /*---------------------------------------------------------------------------- |