summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>1999-12-01 18:39:42 +0000
committerRyan Bloom <rbb@apache.org>1999-12-01 18:39:42 +0000
commitfa67fd78bc39205542fa236fc91ad10764367aea (patch)
tree726c77bce06b497b12c9d25bd5db97aca61657be /acconfig.h
parent0336861a4f9222cf870dda14a1da4ad7fff8bc15 (diff)
downloadapr-fa67fd78bc39205542fa236fc91ad10764367aea.tar.gz
The next step in removing the APR HAVE_*_H leak. This removes all of those
checks from the public include files, and removes all unnecessary #include of system headers from public APR headers. The final step will add back in the checks once I can protect the namespace. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 782c4c6a1..42b618eb8 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -48,9 +48,6 @@
#undef APR_HAS_THREADS
@BOTTOM@
-#define API_EXPORT(type) type
-#define API_EXPORT_NONSTD(type) type
-#define API_VAR_IMPORT extern
/* Make sure we have ssize_t defined to be somethine */
#undef ssize_t