summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-26 15:46:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-26 15:46:18 +0200
commit0088c275da85e49005a2294335fb3365583d2bb9 (patch)
tree1e7b9eedf571651ad27c2337b64eb8f5e6b51c3f /tools/syslogd.c
parent8b50bdbee90d9bd00a78e776d5ade60d085c0823 (diff)
parent4acf8e361aa68b3e753611c7c7e607c04dfd8d1a (diff)
downloadrsyslog-0088c275da85e49005a2294335fb3365583d2bb9.tar.gz
rsyslog-0088c275da85e49005a2294335fb3365583d2bb9.tar.bz2
rsyslog-0088c275da85e49005a2294335fb3365583d2bb9.zip
Merge branch 'master' into master-var-refactor
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r--tools/syslogd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index fba60df5..aaeb9866 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1343,6 +1343,11 @@ static void printVersion(void)
#else
printf("\tuuid support:\t\t\t\tNo\n");
#endif
+#ifdef HAVE_JSON_OBJECT_NEW_INT64
+ printf("\tNumber of Bits in RainerScript integers: 64\n");
+#else
+ printf("\tNumber of Bits in RainerScript integers: 32 (due to too-old json-c lib)\n");
+#endif
printf("\nSee http://www.rsyslog.com for more information.\n");
}