1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

Xsession.src: setup proper cpp_* defines for linux

This commit is contained in:
Jon Trulson 2012-06-21 17:05:37 -06:00
parent 89b98f4ef6
commit 52360a2cb6

View file

@ -70,6 +70,16 @@ XCOMM ##########################################################################
# define cpp_HELLO "$DT_BINPATH/dthello -file /etc/copyright -file $HOME/.dtlogininfo &"
#endif
#ifdef linux
# define cpp_MAIL "/var/spool/mail/$USER"
# define cpp_XDIR "/usr/bin"
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/etc/X11/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
#endif
#if 0
/*
* Fallback definitions