]> granicus.if.org Git - sudo/commitdiff
o Add HAVE_STDLIB_H and HAVE_MEMORY_H
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Dec 2001 01:44:10 +0000 (01:44 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Dec 2001 01:44:10 +0000 (01:44 +0000)
o Define HAVE_STRINGS_H even if HAVE_STRING_H is defined -- this is safe now

config.h.in

index 1ec468f4ee5e04122c4307247afe8c84aa5112b6..17d724f48b78233fd15336601b02a5350e53d34a 100644 (file)
 /* Define if you have the <paths.h> header file.  */
 #undef HAVE_PATHS_H
 
+/* Define if you have the <memory.h> header file.  */
+#undef HAVE_MEMORY_H
+
+/* Define if you have the <stdlib.h> header file.  */
+#undef HAVE_STDLIB_H
+
 /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H
 
-/* Define if you have the <strings.h> header file but no <string.h>.  */
-#ifndef HAVE_STRING_H
+/* Define if you have the <strings.h> header file.  */
 #undef HAVE_STRINGS_H
-#endif /* !HAVE_STRING_H */
 
 /* Define your flavor of dir entry header file.  */
 #undef HAVE_DIRENT_H