diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-26 04:38:22 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-26 04:38:22 +0000 |
commit | 7b63192db0ad29b9a1fffa9fe645679d4569263c (patch) | |
tree | a8c27e4f934564e8115dad836193690599ba55cf /include/apr_general.h | |
parent | 0db42ba8aeb3df0872ec99a9776cb99b77bd0220 (diff) | |
download | apr-7b63192db0ad29b9a1fffa9fe645679d4569263c.tar.gz |
Begin to move functions from the http module to the core. The goal is to
have only functions that are HTTP specific in the http directory.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r-- | include/apr_general.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/apr_general.h b/include/apr_general.h index 820ce5080..f49ba6c0c 100644 --- a/include/apr_general.h +++ b/include/apr_general.h @@ -76,6 +76,11 @@ extern "C" { #define MAXIMUM_WAIT_OBJECTS 64 +#define APR_ASCII_BLANK '\040' +#define APR_ASCII_CR '\015' +#define APR_ASCII_LF '\012' +#define APR_ASCII_TAB '\011' + typedef int apr_signum_t; /* Finding offsets of elements within structures. |