From 8151b90b6742e8bedde9e0f783a653e83edcbf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 May 2005 11:02:42 +0000 Subject: [PATCH] #ifdef protect _PATH_ISSUE git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15122 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/pathnames.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/ftp/ftpd/pathnames.h b/appl/ftp/ftpd/pathnames.h index e4f5b441a..884902905 100644 --- a/appl/ftp/ftpd/pathnames.h +++ b/appl/ftp/ftpd/pathnames.h @@ -57,5 +57,7 @@ #define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome" #define _PATH_FTPLOGINMESG SYSCONFDIR "/motd" +#ifndef _PATH_ISSUE #define _PATH_ISSUE SYSCONFDIR "/issue" +#endif #define _PATH_ISSUE_NET SYSCONFDIR "/issue.net"