Skip to content
Snippets Groups Projects
Commit bd4fd7c6 authored by deuce's avatar deuce
Browse files

Define LOG_CONS since it's used in sbbscon.c

parent bc59e5d3
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@
#define LOG_PRIMASK 0x07 /* mask to extract priority part */
#define LOG_FACMASK 0x03f8 /* mask to extract facility part */
/* Logopts for xp_openlog() */
#define LOG_CONS 0x02 /* log on the console if errors in sending */
/* Port number */
#define SYSLOG_PORT 514
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment