summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2013-03-29 16:30:27 -0400
committerTodd C. Miller <Todd.Miller@courtesan.com>2013-03-29 16:30:27 -0400
commitbba6cdc8696c56e67bd63adaaab38f8a3d970492 (patch)
tree74679e8c08c73f9e31bbcbf4c17135bc15c2db42 /config.h.in
parentbced0999cce3c1839185da694a33b0b8e152d8dc (diff)
downloadsudo-bba6cdc8696c56e67bd63adaaab38f8a3d970492.tar.gz
Remove some pre-ANSI cruft.
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