2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

Add HAVE_STRDUP and HAVE_STRNDUP

This commit is contained in:
Todd C. Miller 2010-03-14 18:05:23 -04:00
parent 90ec112540
commit 3116e254b4

View File

@ -456,6 +456,12 @@
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the `strndup' function. */
#undef HAVE_STRNDUP
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR