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

version 1.2.2.1, 2011/04/30 21:40:57 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). */
   #undef HAVE_LIBPTHREAD
   
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and  /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */     to 0 otherwise. */
 #undef HAVE_MALLOC  #undef HAVE_MALLOC
Line 24 Line 30
   
 /* Define to 1 if you have the `munmap' function. */  /* Define to 1 if you have the `munmap' function. */
 #undef HAVE_MUNMAP  #undef HAVE_MUNMAP
   
   /* Define to 1 if you have the `pthread_create' function. */
   #undef HAVE_PTHREAD_CREATE
   
   /* Define to 1 if you have the `pthread_exit' function. */
   #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

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


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