*** empty log message ***

master
Evgeniy Kozhuhovskiy 20 years ago
parent 8e07cc26a5
commit 03c1debb37

@ -61,12 +61,6 @@ struct debuglevel {
}; };
#endif /* DEBUG */ #endif /* DEBUG */
#ifdef USE_SYSLOG
#include <syslog.h>
#endif /* USE_SYSLOG */
#ifndef USE_SYSLOG #ifndef USE_SYSLOG
const char *log_getfilename(int whatfor) const char *log_getfilename(int whatfor)
{ {

@ -125,6 +125,10 @@
#include <sys/select.h> #include <sys/select.h>
#endif #endif
#ifdef USE_SYSLOG
#include <syslog.h>
#endif
/* /*
* Include OS dependent information * Include OS dependent information
*/ */

Loading…
Cancel
Save