(_PATH_FTPUSERS): conditionalize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11900 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2003-03-24 03:33:55 +00:00
parent 653e96e023
commit 7fcc310acf

View File

@@ -49,7 +49,10 @@
#define _PATH_BSHELL "/bin/sh"
#endif
#ifndef _PATH_FTPUSERS
#define _PATH_FTPUSERS SYSCONFDIR "/ftpusers"
#endif
#define _PATH_FTPCHROOT SYSCONFDIR "/ftpchroot"
#define _PATH_FTPWELCOME SYSCONFDIR "/ftpwelcome"
#define _PATH_FTPLOGINMESG SYSCONFDIR "/motd"