summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in
index 2b298f641..bf8981258 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1010,15 +1010,6 @@
#undef ISSET
#define ISSET(t, f) ((t) & (f))
-/* ANSI-style OS defs for HP-UX and ConvexOS. */
-#if defined(hpux) && !defined(__hpux)
-# define __hpux 1
-#endif /* hpux */
-
-#if defined(convex) && !defined(__convex__)
-# define __convex__ 1
-#endif /* convex */
-
/* BSD compatibility on some SVR4 systems. */
#ifdef __svr4__
# define BSD_COMP