Changeset 0435c7d
- Timestamp:
- Jun 27, 2003, 11:09:08 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:
- b278973
- Parents:
- 4d42508
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r4d42508 r0435c7d 1 1 $Id$ 2 2 3 2.0.5-pre-1 4 Fix in finding des for building zcrypt 5 3 6 2.0.4 4 7 Made command line option -n actually work 5 6 8 Implemented styles, including the 'default' 'basic' and 'oneline' 7 9 styles. A 'perl' style is available if a format_msg() function -
config.h.in
rb2a91b6 r0435c7d 52 52 #undef HAVE_DES_KEY_SCHED 53 53 54 #undef HAVE_DES_ECB_ENCRYPT 55 54 56 #undef HAVE_DES_ECB_ENCRYPT_PROTO 55 57 58 56 59 #undef TERMINFO -
configure.in
raef17f2 r0435c7d 58 58 fi 59 59 60 61 60 dnl Checks for header files. 62 61 AC_HEADER_STDC -
owl.h
r4d42508 r0435c7d 17 17 static const char owl_h_fileIdent[] = "$Id$"; 18 18 19 #define OWL_VERSION 2.0. 420 #define OWL_VERSION_STRING "2.0. 4"19 #define OWL_VERSION 2.0.5-pre-1 20 #define OWL_VERSION_STRING "2.0.5-pre-1" 21 21 22 22 #define OWL_DEBUG 0 … … 123 123 #define OWL_CMD_ALIAS_SUMMARY_PREFIX "command alias to: " 124 124 125 #if defined(HAVE_DES_STRING_TO_KEY) && defined(HAVE_DES_KEY_SCHED) && defined(HAVE_DES_ECB_ENCRYPT _PROTO)125 #if defined(HAVE_DES_STRING_TO_KEY) && defined(HAVE_DES_KEY_SCHED) && defined(HAVE_DES_ECB_ENCRYPT) 126 126 #define OWL_ENABLE_ZCRYPT 1 127 127 #endif
Note: See TracChangeset
for help on using the changeset viewer.