]> granicus.if.org Git - sudo/commitdiff
Add HAVE_STRDUP and HAVE_STRNDUP
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Mar 2010 22:05:23 +0000 (18:05 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 14 Mar 2010 22:05:23 +0000 (18:05 -0400)
config.h.in

index f15909fdf0fa24d4291fa7cc56c59e3f3289d385..586753a8c9ff8908b1132b7d2d391a7dcb56b5e5 100644 (file)
 /* 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