Cull configure checks for unused functions.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 13 Nov 2018 05:55:56 +0000 (05:55 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 13 Nov 2018 05:58:37 +0000 (05:58 +0000)
src/microcode/configure.ac
src/microcode/ntutl/config.h

index 4a49b8db77f8b531cc238c6f80948b1acd6567b2..704099d743135b44b8fd290b507ed4e1f179fbdc 100644 (file)
@@ -716,17 +716,17 @@ AC_CHECK_FUNCS([frexp fsync fsync_range ftruncate])
 AC_CHECK_FUNCS([getcwd gethostbyname gethostname getlogin getpagesize getpgrp])
 AC_CHECK_FUNCS([getpt gettimeofday getwd grantpt])
 AC_CHECK_FUNCS([kill])
-AC_CHECK_FUNCS([lgamma_r lockf log1p])
+AC_CHECK_FUNCS([lgamma_r log1p])
 AC_CHECK_FUNCS([madvise memcpy mkdir mktime modf])
 AC_CHECK_FUNCS([nice ntp_adjtime ntp_gettime])
 AC_CHECK_FUNCS([openpty])
-AC_CHECK_FUNCS([poll pollts ppoll posix_madvise posix_openpt prealloc])
+AC_CHECK_FUNCS([poll pollts ppoll posix_madvise posix_openpt])
 AC_CHECK_FUNCS([rename rmdir])
-AC_CHECK_FUNCS([pselect select setitimer setpgrp setpgrp2 shmat sigaction])
-AC_CHECK_FUNCS([sighold sigsuspend socket statfs strchr strerror strstr strtol])
+AC_CHECK_FUNCS([pselect select setitimer setpgrp setpgrp2 sigaction])
+AC_CHECK_FUNCS([sighold sigsuspend socket statfs strchr strerror])
 AC_CHECK_FUNCS([strtoul symlink sync_file_range sysconf])
 AC_CHECK_FUNCS([times truncate])
-AC_CHECK_FUNCS([uname utime])
+AC_CHECK_FUNCS([utime])
 AC_CHECK_FUNCS([waitpid])
 
 if test ${ac_cv_type_signal} = void; then
index 59bc4b7145ba76ae7f371451d48caed315b38e48..25d7e2063d810bf9233277fc033065a1883e33c9 100644 (file)
@@ -163,12 +163,6 @@ typedef unsigned char cc_t;
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
-/* Define to 1 if you have the `strstr' function. */
-#define HAVE_STRSTR 1
-
-/* Define to 1 if you have the `strtol' function. */
-#define HAVE_STRTOL 1
-
 /* Define to 1 if you have the `strtoul' function. */
 #define HAVE_STRTOUL 1