-/* Copyright (C) 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
/* Fall through. */
case FS_RETRY_NORMAL:
- if (nloops++ >= MAXSYMLINKS)
+#ifdef SYMLINK_MAX
+ if (nloops++ >= SYMLINK_MAX)
return ELOOP;
+#endif
if (retryname[0] == '/')
{