Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3a7e78e1142d |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 /* Synched up with: FSF 19.30. Split out of sysdep.c/emacs.c. */ | 21 /* Synched up with: FSF 19.30. Split out of sysdep.c/emacs.c. */ |
22 | 22 |
23 #ifndef _XEMACS_SYSDEP_H_ | 23 #ifndef INCLUDED_sysdep_h_ |
24 #define _XEMACS_SYSDEP_H_ | 24 #define INCLUDED_sysdep_h_ |
25 | 25 |
26 #include <setjmp.h> | 26 #include <setjmp.h> |
27 | 27 |
28 #ifndef WINDOWSNT | |
28 extern char **environ; | 29 extern char **environ; |
30 #endif | |
29 | 31 |
30 int eight_bit_tty (struct device *d); | 32 int eight_bit_tty (struct device *d); |
31 | 33 |
32 void stuff_char (struct console *con, int c); | 34 void stuff_char (struct console *con, int c); |
33 | 35 |
177 #define xrealpath realpath | 179 #define xrealpath realpath |
178 #else | 180 #else |
179 char *xrealpath(CONST char *path, char resolved_path []); | 181 char *xrealpath(CONST char *path, char resolved_path []); |
180 #endif | 182 #endif |
181 | 183 |
182 #endif /* _XEMACS_SYSDEP_H_ */ | 184 #endif /* INCLUDED_sysdep_h_ */ |