diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 15:41:29 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-01-30 15:41:29 +0100 |
commit | 0d6905909191c0da885e132306c68e7e0690a286 (patch) | |
tree | 7b699ad39cb2a93bf87267d6efccab868b1a7eda /tools/syslogd.c | |
parent | a2f547fdbfcad6cdc641b8958ccc2dac761b02b6 (diff) | |
parent | 25245cc682bd1a4854cc8b33e301bb4f0cb48fc6 (diff) | |
download | rsyslog-0d6905909191c0da885e132306c68e7e0690a286.tar.gz rsyslog-0d6905909191c0da885e132306c68e7e0690a286.tar.xz rsyslog-0d6905909191c0da885e132306c68e7e0690a286.zip |
Merge branch 'beta'
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r-- | tools/syslogd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 853a97f7..9ced4562 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2910,6 +2910,11 @@ static void printVersion(void) #else printf("\tFEATURE_DEBUG (debug build, slow code):\tNo\n"); #endif +#ifdef HAVE_ATOMIC_BUILTINS + printf("\tAtomic operations supported:\t\tYes\n"); +#else + printf("\tAtomic operations supported:\t\tNo\n"); +#endif #ifdef RTINST printf("\tRuntime Instrumentation (slow code):\tYes\n"); #else |