Diff for /libelwix/inc/config.h.in between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2013/01/17 10:05:35 version 1.4, 2017/01/09 12:53:18
Line 6 Line 6
 /* 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
   
   /* Define to 1 if you have the `link_addr' function. */
   #undef HAVE_LINK_ADDR
   
 /* 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 55 Line 58
   
 /* 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
   
   /* ELWIX memory manager */
   #undef MEMMGR
   
 /* Build w/o assert() support */  /* Build w/o assert() support */
 #undef NDEBUG  #undef NDEBUG

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


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