From 8b5f57a2c6b99944d2de885a1f7a303bdee0af48 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 9 Nov 2012 08:52:27 +0100 Subject: enabled to build without libuuid, at loss of uuid functionality this enables smoother builds on older systems that do not support libuuid. Loss of functionality should usually not matter too much as uuid support has only recently been added and is very seldom used. --- tools/syslogd.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/syslogd.c') diff --git a/tools/syslogd.c b/tools/syslogd.c index 05cbfc13..a3cbc799 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -1418,6 +1418,11 @@ static void printVersion(void) printf("\tRuntime Instrumentation (slow code):\tYes\n"); #else printf("\tRuntime Instrumentation (slow code):\tNo\n"); +#endif +#ifdef USE_LIBUUID + printf("\tuuid support:\t\t\t\tYes\n"); +#else + printf("\tuuid support:\t\t\t\tNo\n"); #endif printf("\nSee http://www.rsyslog.com for more information.\n"); } -- cgit v1.2.3