]> andersk Git - openssh.git/blobdiff - bsd-realpath.c
20001116
[openssh.git] / bsd-realpath.c
index 103dcc256cb2633ddac0052a3d90886fae0a91fd..baf17f1a4d8f15619ef66b746f624ec2b1eaa4c3 100644 (file)
@@ -51,6 +51,13 @@ static char *rcsid = "$OpenBSD: realpath..c,v 1.4 1998/05/18 09:55:19 deraadt Ex
 #define S_ISLNK(m) ((m & 0170000) == 0120000)
 #endif
 
+/*
+ * MAXSYMLINKS
+ */
+#ifndef MAXSYMLINKS
+#define MAXSYMLINKS 5
+#endif
+
 /*
  * char *realpath(const char *path, char resolved_path[MAXPATHLEN]);
  *
This page took 0.086884 seconds and 4 git commands to generate.