From: msweet Date: Wed, 6 Jan 2016 00:29:50 +0000 (+0000) Subject: Fix variable definitions. X-Git-Tag: v2.2b1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a78452e736a2fc3b0dcf7f5c45232b2db203167;p=thirdparty%2Fcups.git Fix variable definitions. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13032 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/conf.h b/scheduler/conf.h index 714fb4e90f..55ab2bdc96 100644 --- a/scheduler/conf.h +++ b/scheduler/conf.h @@ -259,9 +259,9 @@ VAR char *SystemGroupAuthKey VALUE(NULL); #ifdef HAVE_GSSAPI VAR char *GSSServiceName VALUE(NULL); /* GSS service name */ -int HaveServerCreds VALUE(0); +VAR int HaveServerCreds VALUE(0); /* Do we have server credentials? */ -gss_cred_id_t ServerCreds; /* Server's GSS credentials */ +VAR gss_cred_id_t ServerCreds; /* Server's GSS credentials */ #endif /* HAVE_GSSAPI */