Changeset 2ead314 in mod_gnutls
- Timestamp:
- Nov 21, 2018, 3:21:59 PM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 0e55076
- Parents:
- 0da10eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/doxygen.conf.in
r0da10eb r2ead314 1998 1998 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 1999 1999 2000 MACRO_EXPANSION = NO2000 MACRO_EXPANSION = YES 2001 2001 2002 2002 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then … … 2006 2006 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2007 2007 2008 EXPAND_ONLY_PREDEF = NO2008 EXPAND_ONLY_PREDEF = YES 2009 2009 2010 2010 # If the SEARCH_INCLUDES tag is set to YES, the include files in the … … 2038 2038 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2039 2039 2040 PREDEFINED = ENABLE_EARLY_SNI 2040 PREDEFINED = ENABLE_EARLY_SNI \ 2041 __attribute__(x)= 2041 2042 2042 2043 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
Note: See TracChangeset
for help on using the changeset viewer.