/[pengfork]/pengfork/include/utils.h
ViewVC logotype

Diff of /pengfork/include/utils.h

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

revision 1.3 by chupa, Thu Dec 5 00:12:13 2002 UTC revision 1.4 by chupa, Fri Dec 6 23:05:29 2002 UTC
# Line 23  Line 23 
23  #ifndef __UTILS_H__  #ifndef __UTILS_H__
24  #define __UTILS_H__  #define __UTILS_H__
25    
26  #include <sys/types.h>  #ifdef HAVE_CONFIG_H
27  #include <byteswap.h>  # include "config.h"
28    #endif
29    
30    #ifdef HAVE_SYS_TYPES_H
31    # include <sys/types.h>
32    #endif
33    #ifdef HAVE_BYTESWAP_H
34    # include <byteswap.h>
35    #endif
36    
37  #define MAX(a,b) ((a)>(b) ? (a):(b))  #define MAX(a,b) ((a)>(b) ? (a):(b))
38    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26