aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/src/epmd_int.h
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-09-24 08:36:27 +0200
committerFredrik Gustafsson <[email protected]>2013-09-24 08:36:27 +0200
commit4760709aae1bd39aa6f6de7157a7d15ca36ff173 (patch)
treee099891b7b7085ce2226e44398361575263b8a1e /erts/epmd/src/epmd_int.h
parentcc3c34fce28062afcaadc288b69939ced8fd8cde (diff)
parent5fb8ad6250e2a40b12824f89c42dc91b04a39c40 (diff)
downloadotp-4760709aae1bd39aa6f6de7157a7d15ca36ff173.tar.gz
otp-4760709aae1bd39aa6f6de7157a7d15ca36ff173.tar.bz2
otp-4760709aae1bd39aa6f6de7157a7d15ca36ff173.zip
Merge branch 'maint'
Diffstat (limited to 'erts/epmd/src/epmd_int.h')
-rw-r--r--erts/epmd/src/epmd_int.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/epmd/src/epmd_int.h b/erts/epmd/src/epmd_int.h
index ac354dcc78..656dbd1f45 100644
--- a/erts/epmd/src/epmd_int.h
+++ b/erts/epmd/src/epmd_int.h
@@ -25,13 +25,11 @@
definitions ourselves */
#ifdef __WIN32__
-#define NO_SYSLOG
#define NO_SYSCONF
#define NO_DAEMON
#endif
#ifdef VXWORKS
-#define NO_SYSLOG
#define NO_SYSCONF
#define NO_DAEMON
#define NO_FCNTL
@@ -98,7 +96,7 @@
#include <errno.h>
-#ifndef NO_SYSLOG
+#ifdef HAVE_SYSLOG_H
# include <syslog.h>
#endif