[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Diff for /OpenXM/src/ox_ntl/config.h.in between version 1.1 and 1.4

version 1.1, 2003/11/27 14:24:32 version 1.4, 2008/09/19 10:55:40
Line 5 
Line 5 
 /* Debug mode */  /* Debug mode */
 #undef DEBUG  #undef DEBUG
   
   /* Define to 1 if you have the <inttypes.h> header file. */
   #undef HAVE_INTTYPES_H
   
 /* Define to 1 if you have the `dl' library (-ldl). */  /* Define to 1 if you have the `dl' library (-ldl). */
 #undef HAVE_LIBDL  #undef HAVE_LIBDL
   
Line 14 
Line 17 
 /* Define to 1 if you have the `socket' library (-lsocket). */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET  #undef HAVE_LIBSOCKET
   
   /* Define to 1 if you have the <memory.h> header file. */
   #undef HAVE_MEMORY_H
   
   /* Define to 1 if you have the <stdint.h> header file. */
   #undef HAVE_STDINT_H
   
   /* Define to 1 if you have the <stdlib.h> header file. */
   #undef HAVE_STDLIB_H
   
   /* Define to 1 if you have the <strings.h> header file. */
   #undef HAVE_STRINGS_H
   
   /* Define to 1 if you have the <string.h> header file. */
   #undef HAVE_STRING_H
   
   /* Define to 1 if you have the <sys/stat.h> header file. */
   #undef HAVE_SYS_STAT_H
   
   /* Define to 1 if you have the <sys/types.h> header file. */
   #undef HAVE_SYS_TYPES_H
   
   /* Define to 1 if you have the <unistd.h> header file. */
   #undef HAVE_UNISTD_H
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
   
Line 35 
Line 62 
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* Define to 1 if your processor stores words with the most significant byte
      first (like Motorola and SPARC, unlike Intel and VAX). */
   #undef WORDS_BIGENDIAN
   
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
 #undef const  #undef const
   
   /* Define to `__inline__' or `__inline' if that's what the C compiler
      calls it, or to nothing if 'inline' is not supported under any name.  */
   #ifndef __cplusplus
   #undef inline
   #endif
   
   

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>