comparison 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
comparison
equal deleted inserted replaced
8294:cd3d2474ea10 8295:51cebd28b474
24 #include <stdio.h> 24 #include <stdio.h>
25 25
26 #if 1 /* I'd really appreciate it if this code could go away... -JimB */ 26 #if 1 /* I'd really appreciate it if this code could go away... -JimB */
27 /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */ 27 /* this avoids lossage in the `dual-universe' headers on AT&T SysV X11 */
28 #ifdef USG5 28 #ifdef USG5
29 #ifndef SYSV
29 #define SYSV 30 #define SYSV
31 #endif
30 #include <unistd.h> 32 #include <unistd.h>
31 #endif /* USG5 */ 33 #endif /* USG5 */
32 34
33 #endif /* 1 */ 35 #endif /* 1 */
34 36