/[mcrypt]/libmcrypt/lib/libdefs.h
ViewVC logotype

Diff of /libmcrypt/lib/libdefs.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by nmav, Tue Jan 23 11:51:19 2001 UTC revision 1.10 by nmav, Thu May 17 18:58:20 2001 UTC
# Line 27  Line 27 
27  #include "win32_comp.h"  #include "win32_comp.h"
28    
29  #ifdef USE_LTDL  #ifdef USE_LTDL
30  # include "../libltdl/ltdl.h"  # include <ltdl.h>
31  #else  #else
32  # ifdef HAVE_DLFCN_H  # ifdef HAVE_DLFCN_H
33  #  ifndef WIN32  #  ifndef WIN32
# Line 51  Line 51 
51  # include <string.h>  # include <string.h>
52  # include <stdlib.h>  # include <stdlib.h>
53  # include <stdio.h>  # include <stdio.h>
54    # include <ctype.h>
55  #endif  #endif
56    //--- remove
57    #include <dmalloc.h>
58    
59    
60  #ifdef HAVE_DIRENT_H  #ifdef HAVE_DIRENT_H
61  # include <dirent.h>  # include <dirent.h>
# Line 101  Line 105 
105  # endif  # endif
106  #endif  #endif
107    
   
 #define MAX_KEY_LEN 513 /* for gen_key */  

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26