summaryrefslogtreecommitdiffstats
path: root/klogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'klogd.c')
-rw-r--r--klogd.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/klogd.c b/klogd.c
index 9dfa8b14..a7087e4c 100644
--- a/klogd.c
+++ b/klogd.c
@@ -19,6 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifdef WITH_KLOGD
/*
* Steve Lord (lord@cray.com) 7th Nov 92
*
@@ -1169,6 +1170,13 @@ int main(argc, argv)
}
}
}
+#else /* #ifdef WITH_KLOGD */
+#include <stdio.h>
+void main()
+{
+ fprintf(stderr, "FEATURE_KLOGD was disabled during this build, so klogd is not available.\n");
+}
+#endif /* #ifdef WITH_KLOGD */
/*
* Local variables:
* c-indent-level: 8