summaryrefslogtreecommitdiff
path: root/src/config.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-08-03 07:02:38 +0000
committerJim Blandy <jimb@redhat.com>1993-08-03 07:02:38 +0000
commit23524fb9509369fc89f843fbbad0a3de06bb0d1d (patch)
treef2c693e47dee82feb407d2bb98bfb1d0a3aa6c8a /src/config.in
parentd50a54c0f1638025b2a08d8a827fe787ea2a039f (diff)
downloademacs-23524fb9509369fc89f843fbbad0a3de06bb0d1d.tar.gz
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index 7b19feef5a9..dafb759749a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -113,8 +113,9 @@ and this notice must be preserved on all copies. */
#undef HAVE_XRMSETDATABASE
#undef HAVE_XSCREENRESOURCESTRING
+#undef HAVE_MKDIR
+#undef HAVE_RMDIR
#undef HAVE_RANDOM
-
#undef HAVE_BCOPY
#undef HAVE_AIX_SMT_EXP