File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.442 2008/04/03 09:21:15 mha Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.443 2008/04/03 13:25:02 mha Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -229,6 +229,7 @@ static const struct config_enum_entry session_replication_role_options[] = {
229229 {NULL , 0 }
230230};
231231
232+ #ifdef HAVE_SYSLOG
232233static const struct config_enum_entry syslog_facility_options [] = {
233234 {"local0" , LOG_LOCAL0 },
234235 {"local1" , LOG_LOCAL1 },
@@ -240,6 +241,7 @@ static const struct config_enum_entry syslog_facility_options[] = {
240241 {"local7" , LOG_LOCAL7 },
241242 {NULL , 0 }
242243};
244+ #endif
243245
244246
245247/*
You can’t perform that action at this time.
0 commit comments