# HG changeset patch # User Richard M. Stallman # Date 774688775 0 # Node ID 51cebd28b474fb9dffff1f2240db36c874c1f3ce # Parent cd3d2474ea10f433300fe2431d54b0c520fef555 [USG5] (SYSV): Don't define if already defined. diff -r cd3d2474ea10 -r 51cebd28b474 src/xrdb.c --- 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 #endif /* USG5 */