File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* 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 $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -229,6 +229,7 @@ static const struct config_enum_entry session_replication_role_options[] = {
229
229
{NULL , 0 }
230
230
};
231
231
232
+ #ifdef HAVE_SYSLOG
232
233
static const struct config_enum_entry syslog_facility_options [] = {
233
234
{"local0" , LOG_LOCAL0 },
234
235
{"local1" , LOG_LOCAL1 },
@@ -240,6 +241,7 @@ static const struct config_enum_entry syslog_facility_options[] = {
240
241
{"local7" , LOG_LOCAL7 },
241
242
{NULL , 0 }
242
243
};
244
+ #endif
243
245
244
246
245
247
/*
You can’t perform that action at this time.
0 commit comments