]> granicus.if.org Git - sudo/commitdiff
removed HAVE_FLEX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Mar 1995 05:45:21 +0000 (05:45 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Mar 1995 05:45:21 +0000 (05:45 +0000)
added VOID
added HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H
added HAVE_LSEARCH

config.h.in

index 6c3fdf3da94d3ab6c90e9b5c277975516e22ac54..448794554ea989876fac47d0aef5cf7b3bdfb830 100644 (file)
@@ -88,9 +88,6 @@
 /* Define if you use AFS.  */
 #undef HAVE_AFS
 
-/* Define if you use flex instead of lex.  */
-#undef HAVE_FLEX
-
 /* Define if you have POSIX signals.  */
 #undef HAVE_SIGACTION
 #ifdef HAVE_SIGACTION
 /* Define if you have strdup(3).  */
 #undef HAVE_STRDUP
 
+/* Define if you have lsearch(3).  */
+#undef HAVE_LSEARCH
+
 /* Define if you have strchr(3).  */
 #undef HAVE_STRCHR
 #if !defined(HAVE_STRCHR) && !defined(strchr)
 /* Define if you have setenv(3). */
 #undef HAVE_SETENV
 
+/* Define if you have strcasecmp(3). */
+#undef HAVE_STRCASECMP
+
 /* Define if you have tcgetattr(3). */
 #undef HAVE_TCGETATTR
 
 #undef HAVE_STRINGS_H
 #endif /* convex */
 
-/* Define if you have the <dirent.h> header file.  */
+/* Define your flavor of dir entry header file.  */
 #undef HAVE_DIRENT_H
+#undef HAVE_SYS_NDIR_H
+#undef HAVE_SYS_DIR_H
+#undef HAVE_NDIR_H
 
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 /* Define if you have the <sys/sockio.h> header file.  */
 #undef HAVE_SYS_SOCKIO_H
 
+/* Define to void if your C compiler fully groks void, else char */
+#undef VOID
+
 /*
  * Paths to commands used by sudo.  There are used by pathnames.h.
  * If you want to override these values, do so in pathnames.h, not here!