Commit bdc0d59 1 parent a38c9ed commit bdc0d59 Copy full SHA for bdc0d59
File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 18
18
/* Define to 1 if you have the `resolv' library (-lresolv). */
19
19
#undef HAVE_LIBRESOLV
20
20
21
- /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22
- to 0 otherwise. */
21
+ /* Define to 1 if you have the `malloc' function. */
23
22
#undef HAVE_MALLOC
24
23
25
24
/* Define to 1 if you have the <memory.h> header file. */
34
33
/* Define to 1 if you have the <netinet/in.h> header file. */
35
34
#undef HAVE_NETINET_IN_H
36
35
37
- /* Define to 1 if your system has a GNU libc compatible `realloc' function,
38
- and to 0 otherwise. */
36
+ /* Define to 1 if you have the `realloc' function. */
39
37
#undef HAVE_REALLOC
40
38
41
39
/* Define to 1 if you have the <resolv.h> header file. */
107
105
/* Version number of package */
108
106
#undef VERSION
109
107
110
- /* Define to rpl_malloc if the replacement function should be used. */
111
- #undef malloc
112
-
113
- /* Define to rpl_realloc if the replacement function should be used. */
114
- #undef realloc
115
-
116
108
/* Define to `unsigned int' if <sys/types.h> does not define. */
117
109
#undef size_t
118
110
Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ AC_TYPE_UINT16_T
28
28
29
29
# Checks for library functions.
30
30
# To fix rpl_malloc undefined error in mips cross-compile enviroment.
31
- AC_FUNC_MALLOC
32
- AC_FUNC_REALLOC
31
+ AC_CHECK_FUNCS ( [ malloc realloc] )
33
32
AC_CHECK_FUNCS ( [ inet_ntoa memset select socket strchr strdup strrchr] )
34
33
35
34
AC_ARG_ENABLE ( [ debug] ,
You can’t perform that action at this time.
0 commit comments