summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index a121e7ba..2358ddcd 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -107,7 +107,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#endif
#include <sys/stat.h>
-#ifdef WIN32
+#if defined(WIN32)
#include <io.h>
#else
#include <unistd.h>
@@ -116,7 +116,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include <pwd.h>
#endif
-#ifdef HAVE_UNIX_PIPES
+#if defined(HAVE_UNIX_PIPES)
#include <sys/types.h>
#include <sys/wait.h>
#include "fdstream.h"
@@ -133,7 +133,7 @@ typedef std::ostream::pos_type ostream_pos_type;
#include "sha1.h"
#include "utf8.h"
-#ifdef HAVE_LIBEDIT
+#if defined(HAVE_LIBEDIT)
#include <editline/readline.h>
#endif