From 9ff736dc87d2e9f1d529adb00d0c3e3080142e71 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Aug 2012 06:17:28 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/config.in | 3 +++ autogen/configure | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/autogen/config.in b/autogen/config.in index 0f84754c11b..603101f51bf 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -126,6 +126,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 for DGUX with . */ #undef DGUX +/* Character that separates directories in a file name. */ +#undef DIRECTORY_SEP + /* Define if dispnew.c should include stdio_ext.h. */ #undef DISPNEW_NEEDS_STDIO_EXT diff --git a/autogen/configure b/autogen/configure index 1215a147140..26da95952fc 100755 --- a/autogen/configure +++ b/autogen/configure @@ -14721,6 +14721,10 @@ $as_echo "#define USER_FULL_NAME pw->pw_gecos" >>confdefs.h +$as_echo "#define DIRECTORY_SEP '/'" >>confdefs.h + + + $as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h -- 2.39.2