Skip to content
Snippets Groups Projects
Commit 99708e2d authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

remove machine dependend define for HAVE_MALLOC_H

parent 8ccf5b1a
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,7 @@ ...@@ -12,10 +12,7 @@
#if ! defined (HAVE_CONFIG_H) #if ! defined (HAVE_CONFIG_H)
#if ! defined (HAVE_MALLOC_H) #if ! defined (HAVE_MALLOC_H)
/* # if defined defined (SX)
# if defined (__sun) || defined (__i386) || defined (__ia64) || defined (SX)
*/
# if defined (__ia64) || defined (SX)
# define HAVE_MALLOC_H # define HAVE_MALLOC_H
# endif # endif
#endif #endif
......
...@@ -39,13 +39,6 @@ char *strdup(const char *s); ...@@ -39,13 +39,6 @@ char *strdup(const char *s);
*/ */
#endif #endif
/*
#if ! defined (HAVE_MMAP)
# if defined (__sun) || defined (__i386) || defined (__ia64)
# define HAVE_MMAP
# endif
#endif
*/
#if defined (HAVE_MMAP) #if defined (HAVE_MMAP)
# include <sys/mman.h> /* mmap() is defined in this header */ # include <sys/mman.h> /* mmap() is defined in this header */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment