summaryrefslogtreecommitdiff
path: root/m4/pathmax.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pathmax.m4')
-rw-r--r--m4/pathmax.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/pathmax.m4 b/m4/pathmax.m4
index 403a375..292a256 100644
--- a/m4/pathmax.m4
+++ b/m4/pathmax.m4
@@ -1,4 +1,4 @@
-# pathmax.m4 serial 10
+# pathmax.m4 serial 11
dnl Copyright (C) 2002-2003, 2005-2006, 2009-2018 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -29,7 +29,7 @@ AC_DEFUN([gl_PATHMAX_SNIPPET], [[
# undef PATH_MAX
# define PATH_MAX 1024
#endif
-#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
+#if defined _WIN32 && ! defined __CYGWIN__
# undef PATH_MAX
# define PATH_MAX 260
#endif