27 lines
658 B
Text
27 lines
658 B
Text
$NetBSD: patch-ab,v 1.2 1998/08/07 11:14:12 agc Exp $
|
|
|
|
*** 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
|