~ubuntu-branches/ubuntu/trusty/curl/trusty

« back to all changes in this revision

Viewing changes to lib/pop3.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  POP3_AUTH_NTLM,
45
45
  POP3_AUTH_NTLM_TYPE2MSG,
46
46
  POP3_AUTH_XOAUTH2,
 
47
  POP3_AUTH_CANCEL,
47
48
  POP3_AUTH_FINAL,
48
49
  POP3_APOP,
49
50
  POP3_USER,
92
93
 
93
94
/* Authentication type values */
94
95
#define POP3_TYPE_NONE      0
95
 
#define POP3_TYPE_ANY       ~0
 
96
#define POP3_TYPE_ANY       ~0U
96
97
 
97
98
/* This is the 5-bytes End-Of-Body marker for POP3 */
98
99
#define POP3_EOB "\x0d\x0a\x2e\x0d\x0a"