blob: 51a9804da39191603fbb30406a3dbf77500a11be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-be,v 1.1 2009/09/03 19:29:26 roy Exp $
Check for popcount in libc
--- config.h.in 2009-09-03 20:14:02.000000000 +0100
+++ config.h.in 2009-09-03 20:13:30.000000000 +0100
@@ -269,6 +269,9 @@
/* Define to 1 if you have the `_getpty' function. */
#undef HAVE__GETPTY
+/* Define to 1 if you have the `popcount' function. */
+#undef HAVE_POPCOUNT
+
/* Define if you want ISO 14755 extended support */
#undef ISO_14755
|