]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 12 Sep 2005 06:10:51 +0000 (06:10 +0000)
committerhno <>
Mon, 12 Sep 2005 06:10:51 +0000 (06:10 +0000)
configure
include/autoconf.h.in

index 32f66afc8526b90a5846e9831b5f6a99f676ceb2..016ea4993926d64e44a536d2b10cbc7cd7cc8957 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.384 .
+# From configure.in Revision: 1.385 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -24973,6 +24973,7 @@ fi
 
 
 
+
 
 
 for ac_header in \
@@ -25025,6 +25026,7 @@ for ac_header in \
        sys/file.h \
        sys/ioctl.h \
        sys/param.h \
+       sys/prctl.h \
        sys/msg.h \
        sys/resource.h \
        sys/select.h\
@@ -34480,6 +34482,7 @@ fi
 
 
 
+
 
 
 for ac_func in \
@@ -34510,6 +34513,7 @@ for ac_func in \
        mktime \
        mstats \
        poll \
+       prctl \
        pthread_attr_setschedparam \
        pthread_attr_setscope \
        pthread_setschedparam \
index 7948cff0d54c2135104b82292a4dd5a3f7218d8d..5aa70159122c85dc749aa4a95d40d6df14772400 100644 (file)
 /* Define to 1 if you have the <poll.h> header file. */
 #undef HAVE_POLL_H
 
+/* Define to 1 if you have the `prctl' function. */
+#undef HAVE_PRCTL
+
 /* Define to 1 if you have the `pthread_attr_setschedparam' function. */
 #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM
 
 /* Define to 1 if you have the <sys/param.h> header file. */
 #undef HAVE_SYS_PARAM_H
 
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+#undef HAVE_SYS_PRCTL_H
+
 /* Define to 1 if you have the <sys/resource.h> header file. */
 #undef HAVE_SYS_RESOURCE_H