forked from Lainports/freebsd-ports
25 lines
603 B
Text
25 lines
603 B
Text
*** libtemplate/include/autoconf.h.in.orig Thu Aug 22 07:51:39 1996
|
|
--- libtemplate/include/autoconf.h.in Thu Aug 22 07:51:57 1996
|
|
***************
|
|
*** 156,165 ****
|
|
#undef HAVE_SRANDOM
|
|
|
|
/* Define if you have strdup. */
|
|
! #undef HAVE_STRDUP
|
|
|
|
/* Define if you have strerror. */
|
|
! #undef HAVE_STRERROR
|
|
|
|
/* Define if you have sysconf. */
|
|
#undef HAVE_SYSCONF
|
|
--- 156,165 ----
|
|
#undef HAVE_SRANDOM
|
|
|
|
/* Define if you have strdup. */
|
|
! #define HAVE_STRDUP 1
|
|
|
|
/* Define if you have strerror. */
|
|
! #define HAVE_STRERROR 1
|
|
|
|
/* Define if you have sysconf. */
|
|
#undef HAVE_SYSCONF
|