1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Remove __hpux from conditional compilation.

This commit is contained in:
2019-08-07 13:17:26 +08:00
parent bc11a0c913
commit 8c1a8f16bf
5 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
#undef BSD
#endif
#if defined(SYSV) || defined(u3b2) || defined(_AIX) || (defined(i386) && defined(unix)) || defined(__hpux) || defined( __unix__)
#if defined(SYSV) || defined(u3b2) || defined(_AIX) || (defined(i386) && defined(unix)) || defined( __unix__)
#define USG 1 /* System V UNIX */
#else
#define USG 0