HP-UX declares macro SE in machine/cpu.h, undef:ed twice.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@75 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-08-08 09:41:55 +00:00
parent bf1c654b22
commit 8c1f17db69

View File

@@ -96,8 +96,10 @@ extern struct sysv sysv;
#include <sys/stream.h> #include <sys/stream.h>
#endif #endif
#ifdef __hpux #ifdef __hpux
#undef SE
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/proc.h> #include <sys/proc.h>
#undef SE
#endif #endif
#include <sys/tty.h> #include <sys/tty.h>
#ifdef t_erase #ifdef t_erase