/*
- * "$Id: language.c,v 1.31 2003/02/04 05:27:22 mike Exp $"
+ * "$Id: language.c,v 1.32 2003/02/04 19:02:24 mike Exp $"
*
* I18N/language support for the Common UNIX Printing System (CUPS).
*
{
if (strcasecmp(buff, apple_name_locale[i].name) == 0)
{
- language = nameToLocaleTable[i].locale;
+ language = name_locale[i].locale;
break;
}
}
/*
- * End of "$Id: language.c,v 1.31 2003/02/04 05:27:22 mike Exp $".
+ * End of "$Id: language.c,v 1.32 2003/02/04 19:02:24 mike Exp $".
*/
/*
- * "$Id: conf.c,v 1.122 2003/02/04 05:44:52 mike Exp $"
+ * "$Id: conf.c,v 1.123 2003/02/04 19:02:25 mike Exp $"
*
* Configuration routines for the Common UNIX Printing System (CUPS).
*
chown(ServerCertificate, run_user, Group);
chmod(ServerCertificate, ConfigFilePerm);
+# if defined(HAVE_LIBSSL) || defined(HAVE_GNUTLS)
if (ServerKey[0] != '/')
SetStringf(&ServerKey, "%s/%s", ServerRoot, ServerKey);
chown(ServerKey, run_user, Group);
chmod(ServerKey, ConfigFilePerm);
+# endif /* HAVE_LIBSSL || HAVE_GNUTLS */
#endif /* HAVE_SSL */
/*
/*
- * End of "$Id: conf.c,v 1.122 2003/02/04 05:44:52 mike Exp $".
+ * End of "$Id: conf.c,v 1.123 2003/02/04 19:02:25 mike Exp $".
*/