summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-10 06:17:28 -0400
committerGlenn Morris <rgm@gnu.org>2012-08-10 06:17:28 -0400
commit9ff736dc87d2e9f1d529adb00d0c3e3080142e71 (patch)
tree8a7aa8e9c2a2b5145b627386e057ada81956e21d /autogen
parent42b3a444365f6fdafb128971496bd2b48249f635 (diff)
downloademacs-9ff736dc87d2e9f1d529adb00d0c3e3080142e71.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure4
2 files changed, 7 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
#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