Changeset 3873:ac2a2dcad1ec
- Timestamp:
- 2005-02-03 09:01:42 (4 years ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Add config.h to the top of every C file that could possibly want it.
Remove it from mutt.h
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3437
|
r3873
|
|
| 18 | 18 | |
| 19 | 19 | /* remote host account manipulation (POP/IMAP) */ |
| | 20 | |
| | 21 | #if HAVE_CONFIG_H |
| | 22 | # include "config.h" |
| | 23 | #endif |
| 20 | 24 | |
| 21 | 25 | #include "mutt.h" |
-
|
r3808
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3589
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r2797
|
r3873
|
|
| 26 | 26 | * locale-insensitive. |
| 27 | 27 | */ |
| | 28 | |
| | 29 | #if HAVE_CONFIG_H |
| | 30 | # include "config.h" |
| | 31 | #endif |
| 28 | 32 | |
| 29 | 33 | #include <stdio.h> |
-
|
r3654
|
r3873
|
|
| 17 | 17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 18 | 18 | */ |
| | 19 | |
| | 20 | #if HAVE_CONFIG_H |
| | 21 | # include "config.h" |
| | 22 | #endif |
| 19 | 23 | |
| 20 | 24 | #include "mutt.h" |
-
|
r2766
|
r3873
|
|
| 39 | 39 | * |
| 40 | 40 | */ |
| | 41 | |
| | 42 | #if HAVE_CONFIG_H |
| | 43 | # include "config.h" |
| | 44 | #endif |
| 41 | 45 | |
| 42 | 46 | #include "mutt.h" |
-
|
r3808
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3773
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3621
|
r3873
|
|
| 20 | 20 | */ |
| 21 | 21 | |
| | 22 | #if HAVE_CONFIG_H |
| | 23 | # include "config.h" |
| | 24 | #endif |
| 22 | 25 | |
| 23 | 26 | #include <string.h> |
-
|
r3830
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3850
|
r3873
|
|
| 17 | 17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 18 | 18 | */ |
| | 19 | |
| | 20 | #if HAVE_CONFIG_H |
| | 21 | # include "config.h" |
| | 22 | #endif |
| 19 | 23 | |
| 20 | 24 | #include "mutt.h" |
-
|
r3181
|
r3873
|
|
| 17 | 17 | */ |
| 18 | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| | 22 | |
| 19 | 23 | #include "mutt.h" |
| 20 | 24 | #ifdef USE_IMAP |
-
|
r3808
|
r3873
|
|
| 17 | 17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 18 | 18 | */ |
| | 19 | |
| | 20 | #if HAVE_CONFIG_H |
| | 21 | # include "config.h" |
| | 22 | #endif |
| 19 | 23 | |
| 20 | 24 | #include "mutt.h" |
-
|
r3681
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3858
|
r3873
|
|
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | | #include <config.h> |
| | 23 | #if HAVE_CONFIG_H |
| | 24 | # include "config.h" |
| | 25 | #endif |
| 24 | 26 | |
| 25 | 27 | #ifdef CRYPT_BACKEND_GPGME |
-
|
r3663
|
r3873
|
|
| 20 | 20 | This is a crytpo module wrapping the classic pgp code. |
| 21 | 21 | */ |
| | 22 | |
| | 23 | #if HAVE_CONFIG_H |
| | 24 | # include "config.h" |
| | 25 | #endif |
| 22 | 26 | |
| 23 | 27 | #include "crypt-mod.h" |
-
|
r3858
|
r3873
|
|
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | | #include <config.h> |
| | 23 | #if HAVE_CONFIG_H |
| | 24 | # include "config.h" |
| | 25 | #endif |
| 24 | 26 | |
| 25 | 27 | #ifdef CRYPT_BACKEND_GPGME |
-
|
r3663
|
r3873
|
|
| 20 | 20 | This is a crytpo module wrapping the classic smime code. |
| 21 | 21 | */ |
| | 22 | |
| | 23 | #if HAVE_CONFIG_H |
| | 24 | # include "config.h" |
| | 25 | #endif |
| 22 | 26 | |
| 23 | 27 | #include "crypt-mod.h" |
-
|
r3858
|
r3873
|
|
| 21 | 21 | */ |
| 22 | 22 | |
| 23 | | #include <config.h> |
| | 23 | #if HAVE_CONFIG_H |
| | 24 | # include "config.h" |
| | 25 | #endif |
| 24 | 26 | |
| 25 | 27 | #ifdef CRYPT_BACKEND_GPGME |
-
|
r3663
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "crypt-mod.h" |
-
|
r3663
|
r3873
|
|
| 22 | 22 | */ |
| 23 | 23 | |
| | 24 | #if HAVE_CONFIG_H |
| | 25 | # include "config.h" |
| | 26 | #endif |
| 24 | 27 | |
| 25 | 28 | #include "mutt.h" |
-
|
r3858
|
r3873
|
|
| 29 | 29 | modules. */ |
| 30 | 30 | |
| | 31 | #if HAVE_CONFIG_H |
| | 32 | # include "config.h" |
| | 33 | #endif |
| | 34 | |
| 31 | 35 | #include "mutt.h" |
| 32 | 36 | #include "mutt_crypt.h" |
-
|
r3840
|
r3873
|
|
| 17 | 17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 18 | 18 | */ |
| | 19 | |
| | 20 | #if HAVE_CONFIG_H |
| | 21 | # include "config.h" |
| | 22 | #endif |
| 19 | 23 | |
| 20 | 24 | #include "mutt.h" |
-
|
r3846
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3179
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3179
|
r3873
|
|
| 24 | 24 | * macro. |
| 25 | 25 | */ |
| | 26 | |
| | 27 | #if HAVE_CONFIG_H |
| | 28 | # include "config.h" |
| | 29 | #endif |
| 26 | 30 | |
| 27 | 31 | #include <stdio.h> |
-
|
r3773
|
r3873
|
|
| 18 | 18 | |
| 19 | 19 | /* Close approximation of the mailx(1) builtin editor for sending mail. */ |
| | 20 | |
| | 21 | #if HAVE_CONFIG_H |
| | 22 | # include "config.h" |
| | 23 | #endif |
| 20 | 24 | |
| 21 | 25 | #include "mutt.h" |
-
|
r3447
|
r3873
|
|
| 21 | 21 | |
| 22 | 22 | /* simple, editor-based message editing */ |
| | 23 | |
| | 24 | #if HAVE_CONFIG_H |
| | 25 | # include "config.h" |
| | 26 | #endif |
| 23 | 27 | |
| 24 | 28 | #include "mutt.h" |
-
|
r3480
|
r3873
|
|
| 17 | 17 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 18 | 18 | */ |
| | 19 | |
| | 20 | #if HAVE_CONFIG_H |
| | 21 | # include "config.h" |
| | 22 | #endif |
| 19 | 23 | |
| 20 | 24 | #include "mutt.h" |
-
|
r3179
|
r3873
|
|
| 28 | 28 | #define _EXTLIB_C |
| 29 | 29 | |
| | 30 | #if HAVE_CONFIG_H |
| | 31 | # include "config.h" |
| | 32 | #endif |
| | 33 | |
| 30 | 34 | #include <stdlib.h> |
| 31 | 35 | #include "lib.h" |
-
|
r2766
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3279
|
r3873
|
|
| 17 | 17 | */ |
| 18 | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| | 22 | |
| 19 | 23 | #include "mutt.h" |
| 20 | 24 | #include "mutt_curses.h" |
-
|
r3179
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r2766
|
r3873
|
|
| | 1 | #if HAVE_CONFIG_H |
| | 2 | # include "config.h" |
| | 3 | #endif |
| | 4 | |
| 1 | 5 | #include <stdio.h> |
| 2 | 6 | #include <ctype.h> |
-
|
r3439
|
r3873
|
|
| 31 | 31 | */ |
| 32 | 32 | |
| | 33 | #if HAVE_CONFIG_H |
| | 34 | # include "config.h" |
| | 35 | #endif |
| | 36 | |
| 33 | 37 | #include <stdio.h> |
| 34 | 38 | #include <stdlib.h> |
-
|
r3681
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include <stdlib.h> |
-
|
r3179
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include <stdlib.h> |
-
|
r3677
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. |
| 17 | 17 | */ |
| | 18 | |
| | 19 | #if HAVE_CONFIG_H |
| | 20 | # include "config.h" |
| | 21 | #endif |
| 18 | 22 | |
| 19 | 23 | #include "mutt.h" |
-
|
r3735
|
r3873
|
|
| 16 | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 0211 |