summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-08-03 08:09:03 +0000
committerAkim Demaille <akim@epita.fr>2001-08-03 08:09:03 +0000
commit53b74c0c4c6d1b6e76d0816613dab5258ff9430d (patch)
treeb306f0b67b49fe695f5cc423176b309fa9b9aecc /config.hin
parentd995fee7548dafa0790671bfd7ebd0856900d14f (diff)
downloadbison-53b74c0c4c6d1b6e76d0816613dab5258ff9430d.tar.gz
* lib/strspn.c: New.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index 3a2dda6c..36dba9f1 100644
--- a/config.hin
+++ b/config.hin
@@ -149,6 +149,9 @@
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
+/* Define if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -182,12 +185,21 @@
/* Define if you have the `strnlen' function. */
#undef HAVE_STRNLEN
+/* Define if you have the `strspn' function. */
+#undef HAVE_STRSPN
+
/* Define if you have the `strtoul' function. */
#undef HAVE_STRTOUL
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
/* Define if you have the `tsearch' function. */
#undef HAVE_TSEARCH