diff src/xrdb.c @ 8295:51cebd28b474

[USG5] (SYSV): Don't define if already defined.
author Richard M. Stallman <rms@gnu.org>
date Wed, 20 Jul 1994 07:19:35 +0000
parents 4cf4669565af
children 36f01bbb7d71
line wrap: on
line diff
--- a/src/xrdb.c	Wed Jul 20 06:04:46 1994 +0000
+++ b/src/xrdb.c	Wed Jul 20 07:19:35 1994 +0000
@@ -26,7 +26,9 @@
 #if 1 /* I'd really appreciate it if this code could go away...  -JimB */
 /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */
 #ifdef USG5
+#ifndef SYSV
 #define SYSV
+#endif
 #include <unistd.h>
 #endif /* USG5 */