mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2f1b352d4c
Submitted by: Bakul Shah <bakul@plexuscom.com>
26 lines
603 B
Plaintext
26 lines
603 B
Plaintext
*** 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
|