summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1998-10-18 23:10:18 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1998-10-18 23:10:18 +0000
commit27a261a73323c6abfb32ac3735d603413924e1dd (patch)
treec4b2dcf6e2dd97737d9d8290b1755dff75743d05 /config.h.in
parent62b2358069a2d6378d6a2b16278f86d9f04aa661 (diff)
downloadsudo-27a261a73323c6abfb32ac3735d603413924e1dd.tar.gz
move Syslog_* defs into sudo.h
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/config.h.in b/config.h.in
index ce8b3dcf9..04a4048eb 100644
--- a/config.h.in
+++ b/config.h.in
@@ -418,27 +418,4 @@
# define EXEC execvp
#endif /* USE_EXECV */
-/*
- * syslog(3) parameters
- */
-
-#if (LOGGING & SLOG_SYSLOG)
-# include <syslog.h>
-# ifndef Syslog_ident
-# define Syslog_ident "sudo"
-# endif
-# ifndef Syslog_options
-# define Syslog_options 0
-# endif
-# if !defined(Syslog_facility) && defined(LOG_NFACILITIES)
-# define Syslog_facility LOGFAC
-# endif
-# ifndef Syslog_priority_OK
-# define Syslog_priority_OK LOG_NOTICE
-# endif
-# ifndef Syslog_priority_NO
-# define Syslog_priority_NO LOG_ALERT
-# endif
-#endif /* LOGGING & SLOG_SYSLOG */
-
#endif /* _SUDO_CONFIG_H */