Diff for /libaitrpc/inc/config.h.in between versions 1.2 and 1.4.4.1

version 1.2, 2011/05/02 23:12:08 version 1.4.4.1, 2012/03/12 14:53:07
Line 15 Line 15
 /* 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 `io_arrayDestroy' function. */
   #undef HAVE_IO_ARRAYDESTROY
   
   /* Define to 1 if you have the `io_arrayInit' function. */
   #undef HAVE_IO_ARRAYINIT
   
 /* Define to 1 if you have the `aitcrc' library (-laitcrc). */  /* Define to 1 if you have the `aitcrc' library (-laitcrc). */
 #undef HAVE_LIBAITCRC  #undef HAVE_LIBAITCRC
   
   /* Define to 1 if you have the `aitio' library (-laitio). */
   #undef HAVE_LIBAITIO
   
   /* Define to 1 if you have the `aitsched' library (-laitsched). */
   #undef HAVE_LIBAITSCHED
   
   /* 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 34 Line 49
 /* Define to 1 if you have the <netinet/in.h> header file. */  /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H  #undef HAVE_NETINET_IN_H
   
   /* Define to 1 if you have the `pthread_yield' function. */
   #undef HAVE_PTHREAD_YIELD
   
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,  /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */     and to 0 otherwise. */
 #undef HAVE_REALLOC  #undef HAVE_REALLOC
   
   /* Define to 1 if you have the `schedEnd' function. */
   #undef HAVE_SCHEDEND
   
   /* Define to 1 if you have the `schedInit' function. */
   #undef HAVE_SCHEDINIT
   
 /* Define to 1 if you have the `select' function. */  /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
Line 159 Line 183
 /* Define to rpl_malloc if the replacement function should be used. */  /* Define to rpl_malloc if the replacement function should be used. */
 #undef malloc  #undef malloc
   
 /* Define to `long int' if <sys/types.h> does not define. */  
 #undef off_t  
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t  #undef pid_t
   
 /* Define to rpl_realloc if the replacement function should be used. */  /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc  #undef realloc
   
 /* Define to `unsigned int' if <sys/types.h> does not define. */  
 #undef size_t  
   
 /* Define to the type of an unsigned integer type of width exactly 16 bits if  /* Define to the type of an unsigned integer type of width exactly 16 bits if
    such a type exists and the standard includes do not define it. */     such a type exists and the standard includes do not define it. */

Removed from v.1.2  
changed lines
  Added in v.1.4.4.1


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