- Timestamp:
- Jun 27, 2003, 11:09:08 AM (22 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.