fixed bug in mh-profile/mh_profile manpage link - it did not check first
[mmh] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /****** BEGIN USER CONFIGURATION SECTION *****/
4
5 /*
6  * IMPORTANT: You should no longer need to edit this file to handle
7  * your operating system. That should be handled and set correctly by
8  * configure now.
9  *
10  * These are slowly being phased out, but currently
11  * not everyone is auto-configured.  Then decide if you
12  * wish to change the features that are compiled into nmh.
13  */
14
15 /*
16  * Turn on locale (setlocale) support
17  */
18 #define LOCALE  1
19
20 /*
21  * Define to 1 the type of file locking to use.  You need to
22  * make sure the type of locking you use is compatible with
23  * other programs which may modify your maildrops.
24  * Currently you can only use one type.
25  */
26 #define DOT_LOCKING   1
27 /* #define FCNTL_LOCKING 1 */
28 /* #define LOCKF_LOCKING 1 */
29 /* #define FLOCK_LOCKING 1 */
30
31 /*
32  * If you have defined DOT_LOCKING, then the default is to
33  * place the lock files in the same directory as the file that
34  * is to be locked.  Alternately, if you define LOCKDIR, you
35  * can specify that all lock files go in a specific directory.
36  * Don't define this unless you know you need it.
37  */
38 /* #define LOCKDIR "/usr/spool/locks" */
39
40 /*
41  * Define this if your passwords are stored in some type of
42  * distributed name service, such as NIS, or NIS+.
43  */
44 #define DBMPWD  1
45
46 /*
47  * Directs nmh not to try and rewrite addresses
48  * to their official form.  You probably don't
49  * want to change this without good reason.
50  */
51 #define DUMB    1
52
53 /*
54  * Define this if you do not want nmh to attach the local hostname
55  * to local addresses.  You must also define DUMB.  You probably
56  * dont' need this unless you are behind a firewall.
57  */
58 /* #define REALLYDUMB  1 */
59
60 /*
61  * Directs inc/slocal to extract the envelope sender from "From "
62  * line.  If inc/slocal is saving message to folder, then this
63  * sender information is then used to create a Return-Path
64  * header which is then added to the message.
65  */
66 #define RPATHS  1
67
68 /*
69  * If defined, slocal will use `mbox' format when saving to
70  * your standard mail spool.  If not defined, it will use
71  * mmdf format.
72  */
73 #define SLOCAL_MBOX  1
74
75 /*
76  * If this is defined, nmh will recognize the ~ construct.
77  */
78 #define MHRC    1
79
80 /*
81  * Compile simple ftp client into mhn.  This will be used by mhn
82  * for ftp access unless you have specified another access method
83  * in your .mh_profile or mhn.defaults.  Use the "mhn-access-ftp"
84  * profile entry to override this.  Check mhn(1) man page for
85  * details.
86  */
87 #define BUILTIN_FTP 1
88
89 /*
90  * If you enable POP support, this is the the port name
91  * that nmh will use.  Make sure this is defined in your
92  * /etc/services file (or its NIS/NIS+ equivalent).  If you
93  * are using KPOP, you will probably need to change this
94  * to "kpop".
95  */
96 #define POPSERVICE "pop3"
97
98 /*
99  * Define the default creation modes for folders and messages.
100  */
101 #define DEFAULT_FOLDER_MODE "0700"
102 #define DEFAULT_MESSAGE_MODE "0600"
103
104 /*
105  * The prefix which is prepended to the name of messages when they
106  * are "removed" by rmm.  This should typically be `,' or `#'
107  */
108 #define BACKUP_PREFIX ","
109
110 /*
111  * Name of link to file to which you are replying.
112  */
113 #define LINK "@"
114
115 /*
116  * If wait/waitpid returns an int (no union wait).
117  */
118 #define WAITINT 1
119
120 /* The following are autoconfigured, but you may wish to override the
121  * decisions of autoconf (and AC_CANONICAL_SYSTEM) and do your own
122  * thing. If so, you can modify the definitions. The Comments are as
123  * useful as ever. */
124
125 /* these three are only used in vmh.c, which currently is not being
126  * built anyway. -Doug */
127 /* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX, SCO5 */
128 #undef SYS5
129 /* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX */
130 #undef SVR4
131 /* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS */
132 #undef BSD44
133
134 /* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS -- does
135  * PicoBSD have uname? :) */
136 #undef BIND
137 #undef BSD42
138
139 /* Defined for SCO5 */
140 #undef SCO_5_STDIO
141
142 /* This tells nmh to use the Linux _IO_*_ptr defines from libio.h */ 
143 #undef LINUX_STDIO
144
145
146 /***** END USER CONFIGURATION SECTION *****/
147
148 /* Define to empty if the keyword does not work.  */
149 #undef const
150
151 /* Define to `int' if <sys/types.h> doesn't define.  */
152 #undef gid_t
153
154 /* Define if your struct stat has st_blksize.  */
155 #undef HAVE_ST_BLKSIZE
156
157 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
158 #undef HAVE_SYS_WAIT_H
159
160 /* Define if you have <vfork.h>.  */
161 #undef HAVE_VFORK_H
162
163 /* Define to `int' if <sys/types.h> doesn't define.  */
164 #undef mode_t
165
166 /* Define to `long' if <sys/types.h> doesn't define.  */
167 #undef off_t
168
169 /* Define to `int' if <sys/types.h> doesn't define.  */
170 #undef pid_t
171
172 /* Define as the return type of signal handlers (int or void).  */
173 #undef RETSIGTYPE
174
175 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
176 #undef size_t
177
178 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
179 #undef STAT_MACROS_BROKEN
180
181 /* Define if you have the ANSI C header files.  */
182 #undef STDC_HEADERS
183
184 /* Define on System V Release 4.  */
185 #undef SVR4
186
187 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
188 #undef TIME_WITH_SYS_TIME
189
190 /* Define to `int' if <sys/types.h> doesn't define.  */
191 #undef uid_t
192
193 /* Define vfork as fork if vfork does not work.  */
194 #undef vfork
195
196 /*
197  * Define this if you want SMTP (simple mail transport protocol)
198  * support.  When sending mail, instead of passing the message to
199  * the mail transport agent (typically sendmail), nmh will open a
200  * socket connection to the mail port on the machine specified in
201  * the `mts.conf' file (default is localhost), and speak SMTP directly.
202  */
203 #undef SMTPMTS
204
205 /*
206  * Use sendmail as transport agent.  Post messages by piping
207  * them directly to sendmail.
208  */
209 #undef SENDMTS
210
211 /*
212  * Define this to compile client-side support for pop into
213  * inc and msgchk.  Do not change this value manually.  You
214  * must run configure with the '--enable-nmh-pop' option
215  * to correctly build the pop client support.
216  */
217 #undef POP
218
219 /*
220  * Define this to compile client-side support for kpop
221  * (kerberized pop) into inc and msgchk.  Do not change this
222  * value manually.  You must run configure with the option
223  * '--with-krb4=PREFIX' to correctly build the kpop client support.
224  */
225 #undef KPOP
226
227 /*
228  * Define this to "pop" when using Kerberos V4
229  */
230 #undef KPOP_PRINCIPAL
231
232 /*
233  * Define this to compile support for using Hesiod to locate
234  * pop servers into inc and msgchk.  Do not change this value
235  * manually.  You must run configure with the option
236  * '--with-hesiod=PREFIX' to correctly build Hesiod support.
237  */
238 #undef HESIOD
239
240 /*
241  * Compile in support for the Emacs front-end mh-e.
242  */
243 #undef MHE
244
245 /* Define to 1 if your termcap library has the ospeed variable */
246 #undef HAVE_OSPEED
247 /* Define to 1 if you have ospeed, but it is not defined in termcap.h */
248 #undef MUST_DEFINE_OSPEED
249
250 /* Define to 1 if you have reliable signals */
251 #undef RELIABLE_SIGNALS
252
253 /* Define to 1 if you use POSIX style signal handling */
254 #undef POSIX_SIGNALS
255
256  
257 /* Define to 1 if you use BSD style signal handling (and can block signals) */
258 #undef BSD_SIGNALS
259
260  
261 /* Define to 1 if you use SYS style signal handling (and can block signals) */
262 #undef SYSV_SIGNALS
263
264  
265 /* Define to 1 if you have no signal blocking at all (bummer) */
266 #undef NO_SIGNAL_BLOCKING
267
268 /* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
269 #undef sigset_t
270
271 /*
272  * Define to 1 if your vi has ATT bug, such that it returns
273  * non-zero exit codes on `pseudo-errors'.
274  */
275 #undef ATTVIBUG
276
277 /*
278  * Define to 1 if you need to make `inc' set-group-id because your mail spool is
279  * not world writable.  There are no guarantees as to the safety of doing this,
280  * but this #define will add some extra security checks.
281  */
282 #undef MAILGROUP
283
284 /* Define ruserpass as _ruserpass if your libraries have a bug *
285  * such that it can't find ruserpass, but can find _ruserpass. */
286 #undef ruserpass
287
288 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
289 #undef GWINSZ_IN_SYS_IOCTL
290
291 /* Define if your system defines `struct winsize' in sys/ptem.h.  */
292 #undef WINSIZE_IN_PTEM
293
294 /* Define to 1 if struct tm has gmtoff */
295 #undef HAVE_TM_GMTOFF
296
297 /* Define if your system has sigsetjmp */
298 #undef HAVE_SIGSETJMP
299
300 /* Define if you have the killpg function.  */
301 #undef HAVE_KILLPG
302
303 /* Define if you have the lstat function.  */
304 #undef HAVE_LSTAT
305
306 /* Define if you have the mkstemp function.  */
307 #undef HAVE_MKSTEMP
308
309 /* Define if you have the sigaction function.  */
310 #undef HAVE_SIGACTION
311
312 /* Define if you have the sigblock function.  */
313 #undef HAVE_SIGBLOCK
314
315 /* Define if you have the sighold function.  */
316 #undef HAVE_SIGHOLD
317
318 /* Define if you have the sigprocmask function.  */
319 #undef HAVE_SIGPROCMASK
320
321 /* Define if you have the sigrelse function.  */
322 #undef HAVE_SIGRELSE
323
324 /* Define if you have the sigsetmask function.  */
325 #undef HAVE_SIGSETMASK
326
327 /* Define if you have the snprintf function.  */
328 #undef HAVE_SNPRINTF
329
330 /* Define if you have the strdup function.  */
331 #undef HAVE_STRDUP
332
333 /* Define if you have the strerror function.  */
334 #undef HAVE_STRERROR
335
336 /* Define if you have the tzset function.  */
337 #undef HAVE_TZSET
338
339 /* Define if you have the uname function.  */
340 #undef HAVE_UNAME
341
342 /* Define if you have the wait3 function.  */
343 #undef HAVE_WAIT3
344
345 /* Define if you have the waitpid function.  */
346 #undef HAVE_WAITPID
347
348 /* Define if you have the writev function.  */
349 #undef HAVE_WRITEV
350
351 /* Define if you have the <arpa/ftp.h> header file.  */
352 #undef HAVE_ARPA_FTP_H
353
354 /* Define if you have the <arpa/inet.h> header file.  */
355 #undef HAVE_ARPA_INET_H
356
357 /* Define if you have the <crypt.h> header file.  */
358 #undef HAVE_CRYPT_H
359
360 /* Define if you have the <db1/ndbm.h> header file.  */
361 #undef HAVE_DB1_NDBM_H
362
363 /* Define if you have the <dirent.h> header file.  */
364 #undef HAVE_DIRENT_H
365
366 /* Define if you have the <errno.h> header file.  */
367 #undef HAVE_ERRNO_H
368
369 /* Define if you have the <fcntl.h> header file.  */
370 #undef HAVE_FCNTL_H
371
372 /* Define if you have the <limits.h> header file.  */
373 #undef HAVE_LIMITS_H
374
375 /* Define if you have the <locale.h> header file.  */
376 #undef HAVE_LOCALE_H
377
378 /* Define if you have the <memory.h> header file.  */
379 #undef HAVE_MEMORY_H
380
381 /* Define if you have the <ndir.h> header file.  */
382 #undef HAVE_NDIR_H
383
384 /* Define if you have the <stdlib.h> header file.  */
385 #undef HAVE_STDLIB_H
386
387 /* Define if you have the <string.h> header file.  */
388 #undef HAVE_STRING_H
389
390 /* Define if you have the <sys/dir.h> header file.  */
391 #undef HAVE_SYS_DIR_H
392
393 /* Define if you have the <sys/ndir.h> header file.  */
394 #undef HAVE_SYS_NDIR_H
395
396 /* Define if you have the <sys/param.h> header file.  */
397 #undef HAVE_SYS_PARAM_H
398
399 /* Define if you have the <sys/time.h> header file.  */
400 #undef HAVE_SYS_TIME_H
401
402 /* Define if you have the <sys/utsname.h> header file.  */
403 #undef HAVE_SYS_UTSNAME_H
404
405 /* Define if you have the <termcap.h> header file.  */
406 #undef HAVE_TERMCAP_H
407
408 /* Define if you have the <termio.h> header file.  */
409 #undef HAVE_TERMIO_H
410
411 /* Define if you have the <termios.h> header file.  */
412 #undef HAVE_TERMIOS_H
413
414 /* Define if you have the <unistd.h> header file.  */
415 #undef HAVE_UNISTD_H
416
417 /* Define if you have the m library (-lm).  */
418 #undef HAVE_LIBM
419
420 /* Define if you have the mkstemp library (-lmkstemp).  */
421 #undef HAVE_LIBMKSTEMP
422
423 /* Define if you have the ndbm library (-lndbm).  */
424 #undef HAVE_LIBNDBM
425
426 /* Define if you have the nsl library (-lnsl).  */
427 #undef HAVE_LIBNSL
428
429 /* Define if you have the resolv library (-lresolv).  */
430 #undef HAVE_LIBRESOLV
431
432 /* Define if you have the socket library (-lsocket).  */
433 #undef HAVE_LIBSOCKET