From: Glenn Morris Date: Fri, 10 Aug 2012 10:17:28 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.2.90~740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ff736dc87d2e9f1d529adb00d0c3e3080142e71;p=emacs.git Auto-commit of generated files. --- 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