upload tizen2.0 source
[framework/uifw/xorg/app/xinit.git] / xinitrc.cpp
index 5643340..049a8e4 100644 (file)
@@ -1,5 +1,4 @@
 XCOMM!SHELL_CMD
-XCOMM $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
 
 userresources=$HOME/.Xresources
 usermodmap=$HOME/.Xmodmap
@@ -85,8 +84,6 @@ fi
 XCOMM This is the fallback case if nothing else is executed above
 #endif /* !defined(__SCO__)  && !defined(__UNIXWARE__) */
 
-#ifdef __APPLE__
-
 if [ -d XINITDIR/xinitrc.d ] ; then
        for f in XINITDIR/xinitrc.dXSLASHGLOB.sh ; do
                [ -x "$f" ] && . "$f"
@@ -94,8 +91,6 @@ if [ -d XINITDIR/xinitrc.d ] ; then
        unset f
 fi
 
-#endif
-
 TWM &
 XCLOCK -geometry 50x50-1+1 &
 XTERM -geometry 80x50+494+51 &