~ubuntu-branches/ubuntu/karmic/rxvt-unicode/karmic

« back to all changes in this revision

Viewing changes to src/iom_conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Decklin Foster
  • Date: 2007-08-03 12:44:44 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070803124444-uwmus5csvd7rm4fp
Tags: 8.3-1
* New upstream release (Closes: #433004)
  - Rolled with autoconf 2.61 (Closes: #422540)
* Match https URLs in selection-popup (Closes: #428659)
* Fix typos in urxvtperl(3) (Closes: #411074, #415848)
* Use sensible-browser instead of x-www-browser directly (Closes: #415846)
* Added urxvtcd as alternative (Closes: #381967)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef RXVT_IOM_CONF_H__
21
21
#define RXVT_IOM_CONF_H__
22
22
 
23
 
#include <rxvtutil.h>
 
23
#include "rxvtutil.h"
24
24
 
25
25
#define IOM_IO    1
26
26
#define IOM_TIME  1
29
29
#define IOM_IDLE  1
30
30
#define IOM_CHILD 1
31
31
 
 
32
#include "libptytty.h"
 
33
#define IOM_PREINIT ptytty::sanitise_stdfd ();
 
34
 
32
35
#endif
33
36