summaryrefslogtreecommitdiff
path: root/scheduler/conf.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-08 18:38:44 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2009-05-08 18:38:44 +0000
commitf11a948a02771f78f50b530880a0269d4b4f58eb (patch)
tree46f42695fc19300726483f4ad9ca0ecddeb50a16 /scheduler/conf.h
parente07d4801f9846b9155d4c63872f51b18d8537d01 (diff)
downloadcups-f11a948a02771f78f50b530880a0269d4b4f58eb.tar.gz
Merge changes from CUPS 1.4svn-r8606.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1480 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/conf.h')
-rw-r--r--scheduler/conf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scheduler/conf.h b/scheduler/conf.h
index d91bca359..582a152c2 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -114,9 +114,7 @@ VAR char *ConfigurationFile VALUE(NULL),
/* Root directory for documents */
VAR cups_array_t *ServerAlias VALUE(NULL);
/* Alias names for server */
-VAR int RemoteAccessEnabled VALUE(0),
- /* Are we listening on non-local addresses? */
- ServerNameIsIP VALUE(0);
+VAR int ServerNameIsIP VALUE(0);
/* Is the ServerName an IP address? */
VAR int NumSystemGroups VALUE(0);
/* Number of system group names */