# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED =
+PREDEFINED = \
+ CRYPT_BACKEND_CLASSIC_PGP \
+ CRYPT_BACKEND_CLASSIC_SMIME \
+ DEBUG \
+ ENABLE_NLS \
+ HAVE_BDB \
+ HAVE_GDBM \
+ HAVE_KC \
+ HAVE_LMDB \
+ HAVE_QDBM \
+ HAVE_TC \
+ SUN_ATTACHMENT \
+ USE_COMPRESSED \
+ USE_GSS \
+ USE_HCACHE \
+ USE_IMAP \
+ USE_NNTP \
+ USE_NOTMUCH \
+ USE_POP \
+ USE_SASL \
+ USE_SIDEBAR \
+ USE_SMTP \
+ USE_SOCKET \
+ USE_SSL \
+ USE_SSL_GNUTLS
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
#define IMAP_LOG_PASS 5
/* IMAP command responses. Used in ImapCommand.state too */
-#define IMAP_CMD_OK (0) /**< <tag> OK ... */
-#define IMAP_CMD_BAD (-1) /**< <tag> BAD ... */
-#define IMAP_CMD_NO (-2) /**< <tag> NO ... */
-#define IMAP_CMD_CONTINUE (1) /**< \* ... */
-#define IMAP_CMD_RESPOND (2) /**< \+ */
+#define IMAP_CMD_OK (0) /**< `<tag> OK ...` */
+#define IMAP_CMD_BAD (-1) /**< `<tag> BAD ...` */
+#define IMAP_CMD_NO (-2) /**< `<tag> NO ...` */
+#define IMAP_CMD_CONTINUE (1) /**< `* ...` */
+#define IMAP_CMD_RESPOND (2) /**< `+` */
#define IMAP_CMD_NEW (3) /**< ImapCommand.state additions */
/* number of entries in the hash table */
/**
* crypt_get_fingerprint_or_id - Get the fingerprint or long key ID
+ * @param p String to examine
* @param pphint Start of string to be passed to pgp_add_string_to_hints() or
* crypt_add_string_to_hints()
* @param ppl Start of long key ID if detected, else NULL