summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-04-23 18:00:53 +0100
committerColin Watson <cjwatson@debian.org>2011-04-23 18:00:53 +0100
commit65afb194d4c8dcd148f3e83f08115fae1a5ed2de (patch)
tree5845b08f1d27b8a1c65fe20f9b0e76227da41dfe /config.h.in
parent0090f2ef6089fd234189a733f64194a8e9dcc658 (diff)
Upgrade to Autoconf 2.68 and Gnulib 20110412-stable.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 3 insertions, 23 deletions
diff --git a/config.h.in b/config.h.in
index 5a59b77c..a08e95fe 100644
--- a/config.h.in
+++ b/config.h.in
@@ -80,19 +80,6 @@
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
#undef FCNTL_DUPFD_BUGGY
-/* Define on systems for which file names may have a so-called `drive letter'
- prefix, define this to compute the length of that prefix, including the
- colon. */
-#undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
-
-/* Define if the backslash character may also serve as a file name component
- separator. */
-#undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
-
-/* Define if a drive letter prefix denotes a relative path if it is not
- followed by a file name component separator. */
-#undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
-
/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
dot component. */
#undef FUNC_MKDIR_DOT_BUG
@@ -215,6 +202,9 @@
/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
#undef GNULIB_TEST_MBSRTOWCS
+/* Define to 1 when the gnulib module mbtowc should be tested. */
+#undef GNULIB_TEST_MBTOWC
+
/* Define to 1 when the gnulib module memchr should be tested. */
#undef GNULIB_TEST_MEMCHR
@@ -1515,12 +1505,6 @@
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST
-#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
-# define ISSLASH(C) ((C) == '/' || (C) == '\\')
-#else
-# define ISSLASH(C) ((C) == '/')
-#endif
-
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
@@ -1693,10 +1677,6 @@
/* Define to 1 if unlink() on a parent directory may succeed */
#undef UNLINK_PARENT_BUG
-/* Define to the prefix of C symbols at the assembler and linker level, either
- an underscore or empty. */
-#undef USER_LABEL_PREFIX
-
/* Define if the POSIX multithreading library can be used. */
#undef USE_POSIX_THREADS