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

version 1.3, 2011/09/07 13:11:55 version 1.4, 2012/02/10 23:38:30
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 `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 28
 /* 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 <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 36 Line 45
   
 /* 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.3  
changed lines
  Added in v.1.4


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