ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.h
(Generate patch)

Comparing rxvt-unicode/src/init.h (file contents):
Revision 1.16 by ayin, Fri Dec 21 16:21:07 2007 UTC vs.
Revision 1.18 by root, Tue Jan 11 13:32:33 2011 UTC

1#ifndef INIT_H_ 1#ifndef INIT_H_
2#define INIT_H_ 2#define INIT_H_
3 3
4#undef CERASE /* TODO */
5#define CERASE '\010' /* ^H */
6
7/* use the fastest baud-rate */ 4/* use the fastest baud-rate */
5//#if defined(B4000000)
6//# define BAUDRATE B4000000
7//#elif defined(B921600)
8//# define BAUDRATE B921600
9//#elif defined(B115200)
10//# define BAUDRATE B115200
11//#elif defined(B38400)
8#ifdef B38400 12#if defined(B38400)
9# define BAUDRATE B38400 13# define BAUDRATE B38400
14#elif defined(B19200)
15# define BAUDRATE B19200
10#else 16#else
11# ifdef B19200
12# define BAUDRATE B19200
13# else
14# define BAUDRATE B9600 17# define BAUDRATE B9600
15# endif
16#endif 18#endif
17 19
18/* Disable special character functions */ 20/* Disable special character functions */
19#ifdef _POSIX_VDISABLE 21#ifdef _POSIX_VDISABLE
20# define VDISABLE _POSIX_VDISABLE 22# define VDISABLE _POSIX_VDISABLE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines