]> git.ipfire.org Git - thirdparty/cups.git/blob - config.h.in
369de49c62d0f5ee2b24d59a090709339fe918d2
[thirdparty/cups.git] / config.h.in
1 /*
2 * "$Id: config.h.in,v 1.39.2.2 2001/05/13 18:37:58 mike Exp $"
3 *
4 * Configuration file for the Common UNIX Printing System (CUPS).
5 *
6 * @configure_input@
7 *
8 * Copyright 1997-2001 by Easy Software Products.
9 *
10 * These coded instructions, statements, and computer programs are the
11 * property of Easy Software Products and are protected by Federal
12 * copyright law. Distribution and use rights are outlined in the file
13 * "LICENSE.txt" which should have been included with this file. If this
14 * file is missing or damaged please contact Easy Software Products
15 * at:
16 *
17 * Attn: CUPS Licensing Information
18 * Easy Software Products
19 * 44141 Airport View Drive, Suite 204
20 * Hollywood, Maryland 20636-3111 USA
21 *
22 * Voice: (301) 373-9600
23 * EMail: cups-info@cups.org
24 * WWW: http://www.cups.org
25 */
26
27 /*
28 * Version of software...
29 */
30
31 #define CUPS_SVERSION "CUPS v1.2.0"
32
33 /*
34 * Where are files stored?
35 */
36
37 #define CUPS_LOCALEDIR "/usr/share/locale"
38 #define CUPS_SERVERROOT "/etc/cups"
39 #define CUPS_SERVERBIN "/usr/lib/cups"
40 #define CUPS_DOCROOT "/usr/share/doc/cups"
41 #define CUPS_REQUESTS "/var/spool/cups"
42 #define CUPS_LOGDIR "/var/logs/cups"
43 #define CUPS_DATADIR "/usr/share/cups"
44 #define CUPS_FONTPATH "/usr/share/cups/fonts"
45
46 /*
47 * What is the format string for strftime?
48 */
49
50 #define CUPS_STRFTIME_FORMAT NULL
51
52 /*
53 * Do we have various image libraries?
54 */
55
56 #undef HAVE_LIBPNG
57 #undef HAVE_LIBZ
58 #undef HAVE_LIBJPEG
59 #undef HAVE_LIBTIFF
60
61 /*
62 * Does this machine store words in big-endian (MSB-first) order?
63 */
64
65 #undef WORDS_BIGENDIAN
66
67 /*
68 * Which directory functions and headers do we use?
69 */
70
71 #undef HAVE_DIRENT_H
72 #undef HAVE_SYS_DIR_H
73 #undef HAVE_SYS_NDIR_H
74 #undef HAVE_NDIR_H
75
76 /*
77 * Do we have PAM stuff?
78 */
79
80 #ifndef HAVE_LIBPAM
81 #define HAVE_LIBPAM 0
82 #endif /* !HAVE_LIBPAM */
83
84 /*
85 * Do we have <shadow.h>?
86 */
87
88 #undef HAVE_SHADOW_H
89
90 /*
91 * Do we have <crypt.h>?
92 */
93
94 #undef HAVE_CRYPT_H
95
96 /*
97 * Use <string.h>, <strings.h>, or both?
98 */
99
100 #undef HAVE_STRING_H
101 #undef HAVE_STRINGS_H
102
103 /*
104 * Do we have the strXXX() functions?
105 */
106
107 #undef HAVE_STRDUP
108 #undef HAVE_STRCASECMP
109 #undef HAVE_STRNCASECMP
110
111 /*
112 * Do we have the vsyslog() function?
113 */
114
115 #undef HAVE_VSYSLOG
116
117 /*
118 * Do we have the (v)snprintf() functions?
119 */
120
121 #undef HAVE_SNPRINTF
122 #undef HAVE_VSNPRINTF
123
124 /*
125 * What signal functions to use?
126 */
127
128 #undef HAVE_SIGSET
129 #undef HAVE_SIGACTION
130
131 /*
132 * What wait functions to use?
133 */
134
135 #undef HAVE_WAITPID
136 #undef HAVE_WAIT3
137
138 /*
139 * Do we have the mallinfo function and malloc.h?
140 */
141
142 #undef HAVE_MALLINFO
143 #undef HAVE_MALLOC_H
144
145 /*
146 * Do we have the OpenSSL library?
147 */
148
149 #undef HAVE_LIBSSL
150
151 /*
152 * Do we have <sys/ioctl.h>?
153 */
154
155 #undef HAVE_SYS_IOCTL_H
156
157 /*
158 * End of "$Id: config.h.in,v 1.39.2.2 2001/05/13 18:37:58 mike Exp $".
159 */