summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-12 06:00:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-12 06:00:01 +0000
commit3c530e63c5977e1157fca280328d0ce48d35fc98 (patch)
treeb7eaa2b643784de7f78182950d9cde300f025e76 /config.hin
parente5839b5b28636c0ea3a39a20a39dbb8300aec3da (diff)
downloadcoreutils-3c530e63c5977e1157fca280328d0ce48d35fc98.tar.xz
Sync from gnulib and regenerate.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin23
1 files changed, 4 insertions, 19 deletions
diff --git a/config.hin b/config.hin
index 6e419dec5..f630f0403 100644
--- a/config.hin
+++ b/config.hin
@@ -1485,6 +1485,10 @@
# undef __EXTENSIONS__
#endif
+/* Define to rpl_ if the getopt replacement functions and variables should be
+ used. */
+#undef __GETOPT_PREFIX
+
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
@@ -1512,16 +1516,6 @@
/* 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
@@ -1582,15 +1576,6 @@
/* 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