certainly wasn't namespace protected.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88295
13f79535-47bb-0310-9956-
ffa450edef68
char *name; /* header name */
char *regex; /* regex to match against */
regex_t *preg; /* compiled regex */
- apr_table_t *features; /* env vars to set (or unset) */
- ENUM_BITFIELD( /* is it a "special" header ? */
- enum special,
- special_type,4);
- unsigned icase : 1; /* ignoring case? */
+ apr_table_t *features; /* env vars to set (or unset) */
+ enum special special_type; /* is it a "special" header ? */
+ int icase; /* ignoring case? */
} sei_entry;
typedef struct {