/[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.15 by nmav, Fri Sep 7 12:34:47 2001 UTC revision 1.16 by nmav, Thu Jan 31 01:13:58 2002 UTC
# Line 7  Line 7 
7  # include <config.h>  # include <config.h>
8  #endif  #endif
9    
 #ifdef HAVE_BYTESWAP_H  
 # include <byteswap.h>  
 #endif  
   
 #ifdef HAVE_READDIR_R  
 # define _POSIX_C_SOURCE 199506L  
 #endif  
10    
11  #ifdef HAVE_SYS_TYPES_H  #ifdef HAVE_SYS_TYPES_H
12  # include <sys/types.h>  # include <sys/types.h>
13  #endif  #endif
14    
 #ifdef HAVE_SYS_ENDIAN_H  
 # include <sys/endian.h>  
 #endif  
   
 #ifdef HAVE_MACHINE_ENDIAN_H  
 # include <machine/endian.h>  
 #endif  
   
 #ifdef HAVE_ENDIAN_H  
 # include <endian.h>  
 #endif  
   
15  #include "win32_comp.h"  #include "win32_comp.h"
16    
17  #ifdef USE_LTDL  #ifdef USE_LTDL
# Line 61  Line 42 
42  # include <string.h>  # include <string.h>
43  #endif  #endif
44    
 #ifdef HAVE_DIRENT_H  
 # include <dirent.h>  
 #endif  
   
45  #ifdef HAVE_STRINGS_H  #ifdef HAVE_STRINGS_H
46  # include <strings.h>  # include <strings.h>
47  #endif  #endif
# Line 73  Line 50 
50  # include <unistd.h>  # include <unistd.h>
51  #endif  #endif
52    
53  #ifdef HAVE_LIBPTHREAD  #ifdef HAVE_SYS_ENDIAN_H
54  # include <pthread.h>  # include <sys/endian.h>
55    #endif
56    
57    #ifdef HAVE_MACHINE_ENDIAN_H
58    # include <machine/endian.h>
59    #endif
60    
61    #ifdef HAVE_ENDIAN_H
62    # include <endian.h>
63    #endif
64    
65    #ifdef HAVE_BYTESWAP_H
66    # include <byteswap.h>
67    #endif
68    
69    
70    #ifdef HAVE_READDIR_R
71    # define _POSIX_C_SOURCE 199506L
72    #endif
73    
74    #ifdef HAVE_DIRENT_H
75    # include <dirent.h>
76  #endif  #endif
77    
78  #if SIZEOF_UNSIGNED_LONG_INT == 4  #if SIZEOF_UNSIGNED_LONG_INT == 4

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26