diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/httpd.h b/include/httpd.h index 1703a6b022..5364a56429 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -2162,12 +2162,6 @@ extern int raise_sigstop_flags; */ AP_DECLARE(const char *) ap_psignature(const char *prefix, request_rec *r); -/** strtoul does not exist on sunos4. */ -#ifdef strtoul -#undef strtoul -#endif -#define strtoul strtoul_is_not_a_portable_function_use_strtol_instead - /* The C library has functions that allow const to be silently dropped ... these macros detect the drop in maintainer mode, but use the native methods for normal builds |