From: hno <> Date: Mon, 12 Sep 2005 06:10:51 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~636 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abae13902ca5c4ecc2a782a5387294f3924a1d5b;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 32f66afc85..016ea49939 100755 --- 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 \ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 7948cff0d5..5aa7015912 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -380,6 +380,9 @@ /* Define to 1 if you have the 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 @@ -584,6 +587,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H