Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
99708e2d
Commit
99708e2d
authored
Feb 04, 2010
by
Uwe Schulzweida
Browse files
remove machine dependend define for HAVE_MALLOC_H
parent
8ccf5b1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dmemory.c
View file @
99708e2d
...
...
@@ -12,10 +12,7 @@
#if ! defined (HAVE_CONFIG_H)
#if ! defined (HAVE_MALLOC_H)
/*
# if defined (__sun) || defined (__i386) || defined (__ia64) || defined (SX)
*/
# if defined (__ia64) || defined (SX)
# if defined defined (SX)
# define HAVE_MALLOC_H
# endif
#endif
...
...
src/file.c
View file @
99708e2d
...
...
@@ -39,13 +39,6 @@ char *strdup(const char *s);
*/
#endif
/*
#if ! defined (HAVE_MMAP)
# if defined (__sun) || defined (__i386) || defined (__ia64)
# define HAVE_MMAP
# endif
#endif
*/
#if defined (HAVE_MMAP)
# include <sys/mman.h>
/* mmap() is defined in this header */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment