Changed the define.

This commit is contained in:
Joey Schulze 1998-10-12 16:47:05 +00:00
parent f056a45925
commit b1b46e241f

View File

@ -637,7 +637,7 @@ struct code FacNames[] = {
{"syslog", LOG_SYSLOG},
{"user", LOG_USER},
{"uucp", LOG_UUCP},
#if defined(__GLIBC__) && __GLIBC__ >= 2
#if defined(LOG_FTP)
{"ftp", LOG_FTP},
#endif
{"local0", LOG_LOCAL0},