aboutsummaryrefslogtreecommitdiff
path: root/sshfs.c
diff options
context:
space:
mode:
authorJulio Merino <jmmv@google.com>2016-02-08 11:49:48 -0500
committerJulio Merino <jmmv@meroh.net>2016-02-08 20:50:23 -0500
commit869aa42e97e26365b83b1f779ecab209ee8f4b39 (patch)
tree04aa24b81a93b2082f67c554de1faaf3d7271072 /sshfs.c
parentd8230e72ca01fd27509ef7134f0957c73f164ae3 (diff)
downloadsshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar
sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar.gz
sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.tar.bz2
sshfs-869aa42e97e26365b83b1f779ecab209ee8f4b39.zip
Remove LIBDIR explicit definition
Makefile.am always sets LIBDIR in CPPFLAGS. There is no need for sshfs.c to redefine it to a bogus value when not present, and much less to only do so for the Darwin case only.
Diffstat (limited to 'sshfs.c')
-rw-r--r--sshfs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sshfs.c b/sshfs.c
index 21393f1..64c1d8c 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -138,13 +138,7 @@
#define MAX_PASSWORD 1024
#ifdef __APPLE__
-
-#ifndef LIBDIR
-# define LIBDIR "/usr/local/lib"
-#endif
-
static char sshfs_program_path[PATH_MAX] = { 0 };
-
#endif /* __APPLE__ */
struct buffer {