- (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice
   <tim@multitalents.net>
 - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice
   <tim@multitalents.net>
diff --git a/pathnames.h b/pathnames.h
index 3f116bd..75415f3 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -120,7 +120,9 @@
 #ifndef _PATH_SFTP_SERVER
 #define _PATH_SFTP_SERVER		"/usr/libexec/sftp-server"
 #endif
+#ifndef _PATH_LS
 #define _PATH_LS			"ls"
+#endif
 
 /* path to login program */
 #ifndef LOGIN_PROGRAM