summaryrefslogtreecommitdiff
path: root/src/s/aix4-2.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-28 00:01:43 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-28 00:01:43 -0700
commit294c50a065cb7aa8486b592bb641742a8d0ed11c (patch)
tree8ac6094f7092e3e3ce4160c5f346f36f6a213f59 /src/s/aix4-2.h
parente6ec4e99210e02fddacec7ec9badc48f5db08272 (diff)
Move LIBXMU from cpp to configure.
* configure.in (LIBXMU): New output variable. * src/Makefile.in (LIBXMU): Set with configure, not cpp. * src/s/aix4-2.h (LIBXMU): * src/s/hpux10-20.h (LIBXMU): Remove definition, now set in configure.
Diffstat (limited to 'src/s/aix4-2.h')
-rw-r--r--src/s/aix4-2.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index c14835531d..b6ef00a1fd 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -136,8 +136,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef sigmask
#ifndef HAVE_LIBXMU
-#define LIBXMU
-
/* Unfortunately without libXmu we cannot support EditRes. */
#define NO_EDITRES
#endif
@@ -153,8 +151,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
It is possible to completely override the malloc implementation on
AIX, but that involves putting the malloc functions in a shared
library and setting the MALLOCTYPE environment variable to point to
- tha shared library.
-
+ that shared library.
+
Emacs currently calls xrealloc on the results of get_current_dir name,
to avoid a crash just use the Emacs implementation for that function.
*/