OSDN Git Service

daily update
[pf3gnuchains/pf3gnuchains3x.git] / expect / exp_rename.h
1 /* translate.h - preface globals that appear in the expect library
2 with "exp_" so we don't conflict with the user.  This saves me having
3 to use exp_XXX throughout the expect program itself, which was written
4 well before the library when I didn't have to worry about name conflicts.
5
6 Written by: Don Libes, NIST, 12/3/90
7
8 Design and implementation of this program was paid for by U.S. tax
9 dollars.  Therefore it is public domain.  However, the author and NIST
10 would appreciate credit if this program or parts of it are used.
11 */
12
13 #define errorlog        exp_errorlog
14 #define debuglog        exp_debuglog
15 #define is_debugging    exp_is_debugging
16 #define logfile         exp_logfile
17 #define debugfile       exp_debugfile
18 #define loguser         exp_loguser
19 #define logfile_all     exp_logfile_all
20
21 #define getptymaster    exp_getptymaster
22 #define getptyslave     exp_getptyslave