Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c9e22107
...
c9e22107fb658b00ac9b041a1e06a5549dcd7181
authored
2003-04-23 11:49:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Adjusted for use with new AC_CHECK_ macros.
1 parent
d7917d33
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
lib/xmalloc.c
m4/Makefile.am
lib/xmalloc.c
View file @
c9e2210
...
...
@@ -48,12 +48,12 @@ void free ();
# define EXIT_FAILURE 1
#endif
#ifndef HAVE_
DONE_WORKING_MALLOC_CHECK
you
must
run
the
autoconf
test
for
a
properly
working
malloc
--
see
malloc
.
m4
#ifndef HAVE_
MALLOC
# error "you must run the autoconf test for a properly working malloc -- see malloc.m4"
#endif
#ifndef HAVE_
DONE_WORKING_REALLOC_CHECK
you
must
run
the
autoconf
test
for
a
properly
working
realloc
--
see
realloc
.
m4
#ifndef HAVE_
REALLOC
# error "you must run the autoconf test for a properly working realloc -- see realloc.m4"
#endif
/* Exit value when the requested amount of memory is not available.
...
...
m4/Makefile.am
View file @
c9e2210
...
...
@@ -23,9 +23,8 @@ EXTRA_DIST = \
enable.m4
\
gssapi.m4
\
guile.m4
\
malloc
.m4
\
lib
.m4
\
mu_libobj.m4
\
realloc.m4
\
regex.m4
\
utmp.m4
\
tls.m4
\
...
...
Please
register
or
sign in
to post a comment