Browse code

Autojunk'd

Micah Snyder authored on 2019/03/03 06:34:54
Showing 3 changed files
... ...
@@ -390,6 +390,9 @@
390 390
 /* Define to 1 if you have the `strnlen' function. */
391 391
 #undef HAVE_STRNLEN
392 392
 
393
+/* Define to 1 if you have the `strnstr' function. */
394
+#undef HAVE_STRNSTR
395
+
393 396
 /* Define to 1 if sysconf(_SC_PAGESIZE) is available */
394 397
 #undef HAVE_SYSCONF_SC_PAGESIZE
395 398
 
... ...
@@ -20545,6 +20545,17 @@ _ACEOF
20545 20545
 fi
20546 20546
 done
20547 20547
 
20548
+for ac_func in strnstr
20549
+do :
20550
+  ac_fn_c_check_func "$LINENO" "strnstr" "ac_cv_func_strnstr"
20551
+if test "x$ac_cv_func_strnstr" = xyes; then :
20552
+  cat >>confdefs.h <<_ACEOF
20553
+#define HAVE_STRNSTR 1
20554
+_ACEOF
20555
+
20556
+fi
20557
+done
20558
+
20548 20559
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5
20549 20560
 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; }
20550 20561
 if ${ac_cv_sys_largefile_source+:} false; then :
... ...
@@ -5755,8 +5755,8 @@ maintainer-clean-generic:
5755 5755
 	@echo "This command is intended for maintainers to use"
5756 5756
 	@echo "it deletes files that may require special tools to rebuild."
5757 5757
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
5758
-@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5759 5758
 @BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5759
+@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5760 5760
 clean: clean-am
5761 5761
 
5762 5762
 clean-am: clean-generic clean-libtool clean-local \