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:
parent
89b98f4ef6
commit
52360a2cb6
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue