/[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.4 by nmav, Mon Sep 18 09:42:54 2000 UTC revision 1.5 by nmav, Sat Oct 7 18:26:57 2000 UTC
# Line 4  Line 4 
4  # include <config.h>  # include <config.h>
5  #endif  #endif
6    
7    #ifdef HAVE_BYTESWAP_H
8    # include <byteswap.h>
9    #endif
10    
11    #ifdef HAVE_SYS_ENDIAN_H
12    # include <sys/endian.h>
13    #endif
14    
15    #ifdef HAVE_MACHINE_ENDIAN_H
16    # include <machine/endian.h>
17    #endif
18    
19    #ifdef HAVE_ENDIAN_H
20    # include <endian.h>
21    #endif
22    
23    
24  #ifdef USE_LTDL  #ifdef USE_LTDL
25  # include "../libltdl/ltdl.h"  # include "../libltdl/ltdl.h"
26  #else  #else

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26