This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
httperf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove useless portability checks for realloc and malloc. If the system
doesn't support these functions in a useful way then, I don't care... This just adds complexity
ahc_fix_select
tedbullock
17 years ago
parent
0b07dcbb4f
commit
295e96ce14
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
httperf/configure.ac
+ 0
- 2
httperf/configure.ac
View File
@@ -59,9 +59,7 @@ else
fi
# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_FUNC_REALLOC
AC_FUNC_SELECT_ARGTYPES
AC_TYPE_SIGNAL
AC_FUNC_STRTOD
Write
Preview
Loading…
Cancel
Save