summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-02-26 04:38:22 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-02-26 04:38:22 +0000
commite39a54ac2bb8969dce86494f510a7b5c133ac778 (patch)
treea8c27e4f934564e8115dad836193690599ba55cf /include/apr_general.h
parenta50d4990544f0ae9da2fc1f610aef75ead8d18d7 (diff)
downloadlibapr-e39a54ac2bb8969dce86494f510a7b5c133ac778.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: http://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.h5
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.