~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/src/alpined.d/alpined.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-----------------------------------------------------------------------
2
 
 $Id: alpined.h 391 2007-01-25 03:53:59Z mikes@u.washington.edu $
 
2
 $Id: alpined.h 1096 2008-06-30 22:03:35Z hubert@u.washington.edu $
3
3
  -----------------------------------------------------------------------*/
4
4
 
5
5
/* ========================================================================
19
19
 */
20
20
#define WP_MAXSTATUS    1024
21
21
 
22
 
#define WP_MAXAUTHREQ   256
23
 
 
24
22
/*
25
23
 * Seconds afterwhich we bail on imap connections
26
24
 */
27
25
#define WP_TCP_TIMEOUT  (10 * 60)
28
26
 
 
27
/*
 
28
 * buf to hold hostname for auth/cert
 
29
 */
 
30
#define CRED_REQ_SIZE   256
29
31
 
30
32
/*
31
33
 * Various external definitions
32
34
 */
33
 
extern int       peNoPassword;
34
 
extern int       peCredentialError;
35
 
extern char      peCredentialRequestor[];
36
 
extern char     *peSocketName;
 
35
extern int        peNoPassword;
 
36
extern int        peCredentialError;
 
37
extern char       peCredentialRequestor[];
 
38
extern int        peCertQuery;
 
39
extern int        peCertFailure;
 
40
extern char      *peSocketName;
 
41
extern STRLIST_S *peCertHosts;
37
42
 
38
43
/*
39
44
 * Protoypes for various functions