Changeset 0435c7d


Ignore:
Timestamp:
Jun 27, 2003, 11:09:08 AM (21 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:
b278973
Parents:
4d42508
Message:
Fix in finding des for building zcrypt
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4d42508 r0435c7d  
    11$Id$
    22
     32.0.5-pre-1
     4        Fix in finding des for building zcrypt
     5       
    362.0.4
    47        Made command line option -n actually work
    5 
    68        Implemented styles, including the 'default' 'basic' and 'oneline'
    79          styles.  A 'perl' style is available if a format_msg() function
  • config.h.in

    rb2a91b6 r0435c7d  
    5252#undef HAVE_DES_KEY_SCHED
    5353
     54#undef HAVE_DES_ECB_ENCRYPT
     55
    5456#undef HAVE_DES_ECB_ENCRYPT_PROTO
    5557
     58
    5659#undef TERMINFO
  • configure.in

    raef17f2 r0435c7d  
    5858fi
    5959
    60 
    6160dnl Checks for header files.
    6261AC_HEADER_STDC
  • owl.h

    r4d42508 r0435c7d  
    1717static const char owl_h_fileIdent[] = "$Id$";
    1818
    19 #define OWL_VERSION         2.0.4
    20 #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"
    2121
    2222#define OWL_DEBUG 0
     
    123123#define OWL_CMD_ALIAS_SUMMARY_PREFIX "command alias to: "
    124124
    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)
    126126#define OWL_ENABLE_ZCRYPT 1
    127127#endif
Note: See TracChangeset for help on using the changeset viewer.