From 1b2b9268948eb34a5bf7442f589f842f45b85236 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 6 Jan 2012 14:31:04 +0100 Subject: [PATCH] unifdef ETCDIR --- ssh/pathnames.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssh/pathnames.h b/ssh/pathnames.h index 49b8859..1ce8fc5 100644 --- a/ssh/pathnames.h +++ b/ssh/pathnames.h @@ -12,9 +12,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -#ifndef ETCDIR #define ETCDIR "/etc" -#endif #define SSHDIR ETCDIR "/ssh" #define _PATH_SSH_PIDDIR "/var/run"