diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-09 20:57:16 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-09 20:57:16 +0200 |
commit | 9803fc27fda4aee7dfb4da3d50f42004269f4834 (patch) | |
tree | a867a5cdaf128ab11107eafe89a02824c3c9a458 /os/win32/os.h | |
parent | PR: (diff) | |
download | apache2-9803fc27fda4aee7dfb4da3d50f42004269f4834.tar.xz apache2-9803fc27fda4aee7dfb4da3d50f42004269f4834.zip |
Remove all occurances of strerror from Apache. ap_strerror works just
fine with standard errno values, and it is more portable. This also allows
me to remove the check for strerror from Apache's configure script.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/win32/os.h')
-rw-r--r-- | os/win32/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index 1b5deb3e4d..d20914d32f 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -118,7 +118,6 @@ typedef char * caddr_t; #define HAVE_MEMMOVE #define HAVE_STRCASECMP #define HAVE_STRNCASECMP -#define HAVE_STRERROR #define HAVE_STRDUP #define HAVE_STRSTR |