Secure locate provides a secure way to index and quickly search for files on your system. It uses incremental encoding just like GNU locate to compress its database to make searching faster, but it will also check file permissions and ownership so that users will not see files they do not have access to.
14 lines
428 B
Text
14 lines
428 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/05/31 09:37:34 poppnk Exp $
|
|
|
|
--- config.h.in.orig 2003-05-30 15:10:34.000000000 +0000
|
|
+++ config.h.in 2003-05-30 14:49:37.000000000 +0000
|
|
@@ -38,6 +38,9 @@
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#undef HAVE_STRDUP
|
|
|
|
+/* Define to 1 if you have the `strcasestr' function */
|
|
+#undef HAVE_STRCASESTR
|
|
+
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|