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