*/
#ifdef __APPLE__
+# ifdef HAVE_TLS
static int cups_apple_get_boolean(CFStringRef key, int *value);
+# endif /* HAVE_TLS */
static int cups_apple_get_string(CFStringRef key, char *value, size_t valsize);
#endif /* __APPLE__ */
static int cups_boolean_value(const char *value);
#ifdef __APPLE__
+# ifdef HAVE_TLS
/*
* 'cups_apple_get_boolean()' - Get a boolean setting from the CUPS preferences.
*/
return ((int)bval_set);
}
+# endif /* HAVE_TLS */
/*