blob: f2395b69ae6188d3c6d76cc530b9158426958bef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
$NetBSD: patch-bw,v 1.1 2005/11/14 08:05:28 jlam Exp $
--- include/config.h.in.orig 2005-10-12 22:20:00.000000000 -0400
+++ include/config.h.in
@@ -244,9 +244,6 @@
/* Whether we have CUPS */
#undef HAVE_CUPS
-/* Define to 1 if you have the `des_set_key' function. */
-#undef HAVE_DES_SET_KEY
-
/* Whether the 'dev64_t' type is available */
#undef HAVE_DEV64_T
@@ -305,6 +302,9 @@
/* Whether errno() is available */
#undef HAVE_ERRNO_DECL
+/* Define to 1 if you have the `EVP_des_cbc' function. */
+#undef HAVE_EVP_DES_CBC
+
/* Define to 1 if you have the <execinfo.h> header file. */
#undef HAVE_EXECINFO_H
@@ -449,6 +449,9 @@
/* Define to 1 if you have the `getpwanam' function. */
#undef HAVE_GETPWANAM
+/* Define to 1 if you have the `getpwent_r' function. */
+#undef HAVE_GETPWENT_R
+
/* Define to 1 if you have the `getrlimit' function. */
#undef HAVE_GETRLIMIT
|