Diff for /libaitsess/inc/config.h.in between versions 1.4 and 1.4.2.3

version 1.4, 2012/02/10 23:38:30 version 1.4.2.3, 2012/02/27 21:21:32
Line 9 Line 9
 /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
   
   /* Define to 1 if you have the `aitio' library (-laitio). */
   #undef HAVE_LIBAITIO
   
 /* Define to 1 if you have the `pthread' library (-lpthread). */  /* Define to 1 if you have the `pthread' library (-lpthread). */
 #undef HAVE_LIBPTHREAD  #undef HAVE_LIBPTHREAD
   
Line 34 Line 37
 /* Define to 1 if you have the `pthread_exit' function. */  /* Define to 1 if you have the `pthread_exit' function. */
 #undef HAVE_PTHREAD_EXIT  #undef HAVE_PTHREAD_EXIT
   
   /* Define to 1 if you have the `shm_open' function. */
   #undef HAVE_SHM_OPEN
   
   /* Define to 1 if you have the `shm_unlink' function. */
   #undef HAVE_SHM_UNLINK
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 45 Line 54
   
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
   /* Define to 1 if you have the <sys/param.h> header file. */
   #undef HAVE_SYS_PARAM_H
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H

Removed from v.1.4  
changed lines
  Added in v.1.4.2.3


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