Changeset 8232149 for owl.h


Ignore:
Timestamp:
Dec 31, 2004, 2:29:21 PM (19 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
667a1b6
Parents:
1ef65fb
Message:
Turn off istrip.
Restore initial terminal settings at problem exit.
Version set to 2.1.10 in prep. for release.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r74037d9 r8232149  
    4848#include <time.h>
    4949#include <signal.h>
     50#include <termios.h>
    5051#include <libfaim/aim.h>
    5152#include "config.h"
     
    5960static const char owl_h_fileIdent[] = "$Id$";
    6061
    61 #define OWL_VERSION         2.1.10-pre-2
    62 #define OWL_VERSION_STRING "2.1.10-pre-2"
     62#define OWL_VERSION         2.1.10
     63#define OWL_VERSION_STRING "2.1.10"
    6364
    6465/* Feature that is being tested to redirect stderr through a pipe.
     
    561562  owl_zbuddylist zbuddies;
    562563  owl_timer zephyr_buddycheck_timer;
     564  struct termios startup_tio;
    563565} owl_global;
    564566
Note: See TracChangeset for help on using the changeset viewer.