[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.3 and 1.4

version 1.3, 2004/07/15 14:51:42 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 42 
Line 69 
 /* 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 as `__inline' if that's what the C compiler calls it, or to nothing  /* Define to `__inline__' or `__inline' if that's what the C compiler
    if it is not supported. */     calls it, or to nothing if 'inline' is not supported under any name.  */
   #ifndef __cplusplus
 #undef inline  #undef inline
   #endif
   
   

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

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