Correction of paths for BSDs

This commit is contained in:
Ulrich Wilkens
2012-08-30 02:12:16 +02:00
committed by Jon Trulson
parent ca9da25d44
commit 3a28782409
13 changed files with 147 additions and 96 deletions

View File

@@ -79,6 +79,22 @@ XCOMM ##########################################################################
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
#endif
#ifdef __FreeBSD__
# define cpp_MAIL "/var/mail/$USER"
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/usr/local/lib/X11/xdm/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
#endif
#ifdef __OpenBSD__
# define cpp_MAIL "/var/mail/$USER"
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/etc/X11/xdm/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
#endif
#if 0
/*