* Create help for explaining how encrypted password file support
[alpine.git] / pith / headers.h
blobf1fe5df78e7b3736a897ed4f69456b1ca404af52
1 /*
2 * $Id: headers.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
17 #ifndef PITH_HEADERS_INCLUDED
18 #define PITH_HEADERS_INCLUDED
21 /*----------------------------------------------------------------------
22 Include files
23 ----*/
24 #include <system.h> /* os-dep defs/includes */
25 #include <general.h> /* generally useful definitions */
27 #include "../c-client/mail.h" /* for MAILSTREAM and friends */
28 #include "../c-client/osdep.h"
29 #include "../c-client/rfc822.h" /* for soutr_t and such */
30 #include "../c-client/misc.h" /* for cpystr proto */
31 #include "../c-client/utf8.h" /* for CHARSET and such*/
32 #include "../c-client/imap4r1.h"
34 /* include osdep protos and def'ns */
35 #include "osdep/bldpath.h"
36 #include "osdep/canaccess.h"
37 #include "osdep/canonicl.h"
38 #include "osdep/collate.h"
39 #include "osdep/color.h"
40 #include "osdep/coredump.h"
41 #include "osdep/creatdir.h"
42 #include "osdep/debugtime.h"
43 #include "osdep/domnames.h"
44 #include "osdep/err_desc.h"
45 #include "osdep/fgetpos.h"
46 #include "osdep/filesize.h"
47 #include "osdep/fnexpand.h"
48 #include "osdep/hostname.h"
49 #include "osdep/lstcmpnt.h"
50 #include "osdep/mimedisp.h"
51 #include "osdep/pipe.h"
52 #include "osdep/pithosd.h"
53 #include "osdep/pw_stuff.h"
54 #include "osdep/rename.h"
55 #include "osdep/tempfile.h"
56 #include "osdep/temp_nam.h"
57 #include "osdep/writ_dir.h"
58 #include "charconv/utf8.h"
59 #include "charconv/filesys.h"
61 #include "debug.h"
63 #endif /* PITH_HEADERS_INCLUDED */