diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index b62e3578..6a31bd5b 100644 --- a/configure.ac +++ b/configure.ac @@ -68,17 +68,6 @@ AH_VERBATIM([_REENTRANT], # define _REENTRANT 1 #endif]) -AH_BOTTOM([ -/* Some environments miss the definition for EOPNOTSUPP. We provide - the error code here and test where neded whether it should be - defined. Can't do the test here due to the order of includes. */ -#ifdef HAVE_W32_SYSTEM -#define VALUE_FOR_EOPNOTSUPP 95 -#endif /*!HAVE_W32_SYSTEM*/ - -]) - - AC_PROG_CC |