Diff for /libaitsess/inc/config.h.in between versions 1.1.2.1 and 1.5

version 1.1.2.1, 2008/09/30 20:11:27 version 1.5, 2012/02/28 13:00:24
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 25 Line 31
 /* 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
   
Line 37 Line 55
 /* 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
   
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
   /* union semun */
   #undef HAVE_UNION_SEMUN
   
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
Line 57 Line 81
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
   
   /* Define to the home page for this package. */
   #undef PACKAGE_URL
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION

Removed from v.1.1.2.1  
changed lines
  Added in v.1.5


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