comparison src/dirfns.cc @ 4267:7cd865a8c815

[project @ 2003-01-03 15:27:05 by jwe]
author jwe
date Fri, 03 Jan 2003 15:27:06 +0000
parents 1086ac09a411
children a90c3cbded0d
comparison
equal deleted inserted replaced
4266:1086ac09a411 4267:7cd865a8c815
646 @defvr {Built-in Variable} filesep\n\ 646 @defvr {Built-in Variable} filesep\n\
647 The character used to separate directory names. The value\n\ 647 The character used to separate directory names. The value\n\
648 of this variable is system dependent.\n\ 648 of this variable is system dependent.\n\
649 @end defvr"); 649 @end defvr");
650 650
651 #if ! defined (P_tmpdir)
652 #define P_tmpdir "/tmp"
653 #endif
654
655 DEFCONSTX ("P_tmpdir", SBV_P_tmpdir, P_tmpdir,
656 "-*- texinfo -*-\n\
657 @defvr {Built-in Variable} P_tmpdir\n\
658 The default name of the directory for temporary files on this system.\n\
659 of this variable is system dependent.\n\
660 @end defvr");
661
662 } 651 }
663 652
664 /* 653 /*
665 ;;; Local Variables: *** 654 ;;; Local Variables: ***
666 ;;; mode: C++ *** 655 ;;; mode: C++ ***