summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-20 02:12:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-20 02:12:59 +0000
commit5dd2658cb2c0d90614bdbec66669633a2a0a2407 (patch)
tree79551d70c299f93e53424aac2823e67b3aa3d290 /config.hin
parent529a7c21fd1950e3a1e5a4ec429b6e2c12f619d8 (diff)
downloadcoreutils-5dd2658cb2c0d90614bdbec66669633a2a0a2407.tar.xz
Regenerate.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin25
1 files changed, 25 insertions, 0 deletions
diff --git a/config.hin b/config.hin
index da160bd04..ee7f5eea0 100644
--- a/config.hin
+++ b/config.hin
@@ -461,6 +461,12 @@
/* Define to 1 if you have the `getmntinfo' function. */
#undef HAVE_GETMNTINFO
+/* Define to 1 if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
+/* Define to 1 if you have the `getopt_long_only' function. */
+#undef HAVE_GETOPT_LONG_ONLY
+
/* Define to 1 if you have the `getpagesize' function. */
#undef HAVE_GETPAGESIZE
@@ -1474,6 +1480,16 @@
/* Define to a replacement function name for getline(). */
#undef getline
+/* Define to rpl_getopt if the replacement function should be used. */
+#undef getopt
+
+/* Define to rpl_getopt_long if the replacement function should be used. */
+#undef getopt_long
+
+/* Define to rpl_getopt_long_only if the replacement function should be used.
+ */
+#undef getopt_long_only
+
/* Define to rpl_gettimeofday if the replacement function should be used. */
#undef gettimeofday
@@ -1534,6 +1550,15 @@
/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
+/* Define to rpl_optarg if the replacement variable should be used. */
+#undef optarg
+
+/* Define to rpl_optind if the replacement variable should be used. */
+#undef optind
+
+/* Define to rpl_optopt if the replacement variable should be used. */
+#undef optopt
+
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t