- Timestamp:
- Nov 22, 2003, 11:33:00 AM (21 years ago)
- 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:
- 1e34e40
- Parents:
- f1645da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
r52f3507 rc9e72d1 8 8 #include <regex.h> 9 9 #include <time.h> 10 #include <signal.h> 10 11 #include <libfaim/aim.h> 11 12 #include "config.h" … … 19 20 static const char owl_h_fileIdent[] = "$Id$"; 20 21 21 #define OWL_VERSION 2.0.13-pre- 122 #define OWL_VERSION_STRING "2.0.13-pre- 1"22 #define OWL_VERSION 2.0.13-pre-2 23 #define OWL_VERSION_STRING "2.0.13-pre-2" 23 24 24 25 /* Feature that is being tested to redirect stderr through a pipe. … … 486 487 int havezephyr; 487 488 int haveaim; 489 int got_err_signal; /* 1 if we got an unexpected signal */ 490 siginfo_t err_signal_info; 488 491 } owl_global; 489 492
Note: See TracChangeset
for help on using the changeset viewer.