were failing to build because ap_strtol() wasn't being exported from the core.
This makes it unnecessary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95770
13f79535-47bb-0310-9956-
ffa450edef68
#define HAVE_ISINF
#define HAVE_ISNAN
+/* strtol() correctly returns ERANGE on overflow, use it */
+#define ap_strtol strtol
+
/* Dynamic loading functions */
#define ap_os_dso_handle_t unsigned long
void ap_os_dso_init(void);