aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/>. */
126/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ 126/* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
127#undef DGUX 127#undef DGUX
128 128
129/* Character that separates directories in a file name. */
130#undef DIRECTORY_SEP
131
129/* Define if dispnew.c should include stdio_ext.h. */ 132/* Define if dispnew.c should include stdio_ext.h. */
130#undef DISPNEW_NEEDS_STDIO_EXT 133#undef DISPNEW_NEEDS_STDIO_EXT
131 134
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
14721 14721
14722 14722
14723 14723
14724$as_echo "#define DIRECTORY_SEP '/'" >>confdefs.h
14725
14726
14727
14724 14728
14725 14729
14726$as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h 14730$as_echo "#define IS_DEVICE_SEP(_c_) 0" >>confdefs.h