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.
This commit is contained in:
Julio Merino 2016-02-08 11:49:48 -05:00 committed by Julio Merino
parent d8230e72ca
commit 869aa42e97
1 changed files with 0 additions and 6 deletions

View File

@ -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 {