diff options
author | Edward Rudd | 2004-05-12 23:28:22 +0000 |
---|---|---|
committer | Edward Rudd | 2004-05-12 23:28:22 +0000 |
commit | 2700c4b44eb9325e4f86a7b9f7d55f4b3fe167d0 (patch) | |
tree | 92dbded683bcdc2fd79599c571645b889899811d | |
parent | 0c5c1bb0d0a3efe9ba96784cc5bc58c174db562e (diff) |
added ap_strstr_c and ap_strchr_c defines
-rw-r--r-- | apache13.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,7 +61,9 @@ | |||
61 | #define apr_psprintf ap_psprintf | 61 | #define apr_psprintf ap_psprintf |
62 | #define apr_snprintf ap_snprintf | 62 | #define apr_snprintf ap_snprintf |
63 | #define ap_strchr strchr | 63 | #define ap_strchr strchr |
64 | #define ap_strchr_c strchr | ||
64 | #define ap_strstr strstr | 65 | #define ap_strstr strstr |
66 | #define ap_strstr_c strstr | ||
65 | 67 | ||
66 | #define apr_table_set ap_table_set | 68 | #define apr_table_set ap_table_set |
67 | #define apr_table_get ap_table_get | 69 | #define apr_table_get ap_table_get |