]> granicus.if.org Git - apache/commitdiff
Remove the check for EAGAIN. With APR handling the error codes, this is
authorRyan Bloom <rbb@apache.org>
Mon, 12 Jun 2000 23:34:23 +0000 (23:34 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 12 Jun 2000 23:34:23 +0000 (23:34 +0000)
no longer an issue that Apache needs to deal with.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85559 13f79535-47bb-0310-9956-ffa450edef68

configure.in
include/ap_config.h

index c8a2d5544cd41516cbb3ff94e97e82eb5f35e4cd..a19afe04aee4b851d870e746e109086c50727ea1 100644 (file)
@@ -83,10 +83,6 @@ grp.h \
 )
 AC_HEADER_SYS_WAIT
 
-dnl ## Check for C preprocessor symbols
-
-AC_CHECK_DEFINE(EAGAIN, errno.h)
-
 dnl ## Check for typedefs, structures, and compiler characteristics.
 
 AC_C_CONST
index dd64c4a1c22fe6fee18dfef34624c56d264041fb..1fcf199561d1e6241f0e90981aee780928587e5f 100644 (file)
@@ -124,11 +124,6 @@ extern "C" {
 #define ap_sigwait(a,b) sigwait((a),(b))
 #endif
 
-/* EAGAIN apparently isn't defined on some systems */
-#if !defined(HAVE_EAGAIN) && !defined(EAGAIN)
-#define EAGAIN EWOULDBLOCK
-#endif
-
 /*
  * String and memory functions
  */