blob: 1fb43569c47400a24f3830519175dcba35c4a4fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- config.h.in.orig 2018-04-14 15:52:32 UTC
+++ config.h.in
@@ -18,6 +18,10 @@
/* Indicator that RELP is present */
#undef ENABLE_RELP
+/* Indicator that syslog(3) sends RFC5424 format via the local unix
+ socket, rather than the traditional RFC3164 */
+#undef ENABLE_IMUXSOCK_RFC5424
+
/* Regular expressions support enabled. */
#undef FEATURE_REGEXP
|