diff --git a/ocat.c b/ocat.c index d9f6fe6..698e811 100644 --- a/ocat.c +++ b/ocat.c @@ -170,6 +170,9 @@ void print_versioninfo() #endif #ifdef HAVE_PING printf("\tHAVE_PING = yes\n"); +#endif +#ifdef HAVE_KILL + printf("\tHAVE_KILL = yes\n"); #endif printf("\tSTORAGEDEFAULT = \"%s\"\n", STORAGEDEFAULT); printf("\tDOCROOT = \"%s\"\n", DOCROOT);