The macro `AC_C_CONST` checks whether the used C compiler supports
the keyword `const` and defines it accordingly. But as stated in
the autoconf documentation, this macro is becomming obsolete as
current C compilers `cost`. Checking is therefore no longer required.
dnl -----------------------------------
dnl Check for various typedefs and provide substitutes if they do not exist.
-
-AC_C_CONST
+
AC_TYPE_MODE_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
`char[]'. */
/* #undef YYTEXT_POINTER */
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
/* Define to `int' if <sys/types.h> doesn't define. */
#define gid_t int