Changeset f8074e9
- Timestamp:
- Mar 7, 2010, 10:30:49 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1286893
- Parents:
- 423adcb
- git-author:
- Anders Kaseorg <andersk@mit.edu> (03/07/10 04:14:06)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (03/07/10 22:30:49)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libfaim/aim.h
rcf02dd6 rf8074e9 17 17 #include <aim_cbtypes.h> 18 18 19 #include <stdbool.h> 19 20 #include <stdio.h> 20 21 #include <string.h> … … 73 74 74 75 #ifndef FALSE 75 #define FALSE (0)76 #define FALSE false 76 77 #endif 77 78 78 79 #ifndef TRUE 79 #define TRUE (!FALSE) 80 #endif 81 82 #ifndef bool 83 #define bool fu8_t 80 #define TRUE true 84 81 #endif 85 82 -
owl.h
rbbd74a9 rf8074e9 10 10 #define INC_OWL_H 11 11 12 #include <stdbool.h> 12 13 #ifndef OWL_PERL 13 14 #include <curses.h> … … 38 39 /* logout is defined in FreeBSD. */ 39 40 #define logout logout_ 40 /* aim.h defines bool */41 41 #define HAS_BOOL 42 42 #include <perl.h> -
zcrypt.c
r732cc15 rf8074e9 31 31 32 32 #define MAX_KEY 128 33 34 #ifndef TRUE35 #define TRUE -136 #endif37 #ifndef FALSE38 #define FALSE 039 #endif40 33 41 34 #define ZWRITE_OPT_NOAUTH (1<<0)
Note: See TracChangeset
for help on using the changeset viewer.