1
2/*
3 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
4 * Use is subject to license terms.
5 */
6
7#ifndef _CONFIG_SITE_H
8#define	_CONFIG_SITE_H
9
10#pragma ident	"$Id: config-site.h.in,v 1.3 2006/01/28 07:02:04 njacobs Exp $"
11
12#include <config.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18/* the "default" destination for various commands and libraries */
19#define DEFAULT_DEST	"@DEFAULT_DESTINATION@"
20
21/* the "default" server uri to fallback to */
22#define DEFAULT_SERVICE_URI	"@DEFAULT_SERVICE_URI@"
23
24/* the "default" IPP service to fallback to in the IPP psm */
25#define DEFAULT_IPP_SERVER	"@DEFAULT_IPP_SERVER@"
26
27/* the name of the SUID lpd-port binary that hands psm-lpd a connected socket */
28#define SUID_LPD_PORT	    "@SUID_LPD_PORT@"
29
30/* enable/disable printer-uri in enumeration results */
31#@BROKEN_PRINTER_URI_SEMANTIC@ NEED_BROKEN_PRINTER_URI_SEMANTIC
32
33#ifdef __cplusplus
34}
35#endif
36
37#endif /* _CONFIG_SITE_H */
38