From: Todd C. Miller Date: Tue, 28 Mar 1995 05:45:21 +0000 (+0000) Subject: removed HAVE_FLEX X-Git-Tag: SUDO_1_4_0~572 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=363964548ecb910305d5c16326aad981571238a4;p=sudo removed HAVE_FLEX added VOID added HAVE_DIRENT_H, HAVE_SYS_NDIR_H, HAVE_SYS_DIR_H, HAVE_NDIR_H added HAVE_LSEARCH --- diff --git a/config.h.in b/config.h.in index 6c3fdf3da..448794554 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -109,6 +106,9 @@ /* 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) @@ -142,6 +142,9 @@ /* 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 @@ -159,8 +162,11 @@ #undef HAVE_STRINGS_H #endif /* convex */ -/* Define if you have the 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 header file. */ #undef HAVE_UNISTD_H @@ -176,6 +182,9 @@ /* Define if you have the 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!