summaryrefslogtreecommitdiff
path: root/utils/lndir/lndir-Xosdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lndir/lndir-Xosdefs.h')
-rw-r--r--utils/lndir/lndir-Xosdefs.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/utils/lndir/lndir-Xosdefs.h b/utils/lndir/lndir-Xosdefs.h
index 7e232c97c5..09658937ad 100644
--- a/utils/lndir/lndir-Xosdefs.h
+++ b/utils/lndir/lndir-Xosdefs.h
@@ -34,63 +34,63 @@
* You may still have to define _POSIX_SOURCE to get it.
*/
-#ifdef NOSTDHDRS
+#if defined(NOSTDHDRS)
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
-#ifdef NeXT
+#if defined(NeXT)
#define X_NOT_POSIX
#endif
-#ifdef sony
-#ifndef SYSTYPE_SYSV
+#if defined(sony)
+#if !defined(SYSTYPE_SYSV)
#define X_NOT_POSIX
#endif
#endif
-#ifdef UTEK
+#if defined(UTEK)
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
-#ifdef CRAY
+#if defined(CRAY)
#define X_NOT_POSIX
#endif
-#ifdef vax
-#ifndef ultrix /* assume vanilla BSD */
+#if defined(vax)
+#if !defined(ultrix) /* assume vanilla BSD */
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
#endif
-#ifdef luna
+#if defined(luna)
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
-#ifdef Mips
+#if defined(Mips)
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
-#ifdef USL
-#ifdef SYSV /* (release 3.2) */
+#if defined(USL)
+#if defined(SYSV) /* (release 3.2) */
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
#endif
-#ifdef SYSV386
-#ifdef SYSV
+#if defined(SYSV386)
+#if defined(SYSV)
#define X_NOT_POSIX
#define X_NOT_STDC_ENV
#endif
#endif
-#ifdef MOTOROLA
-#ifdef SYSV
+#if defined(MOTOROLA)
+#if defined(SYSV)
#define X_NOT_STDC_ENV
#endif
#endif