[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: It doesn't work!!! Was: Re: It Works! Was: Re: Apache and PHP problem, maybe someone in thegroup can help?
Comments mixed in with yours --
DAve Goodrich wrote:
>
> You shouldn't have to do anything to the ini file to see a phpifo.php page
> at the top level of your server root. Something is wrong.
>
> 1) destroy your browser cache, kill, mame, spindle it.
>
> 2) restart apache, not /usr/local/apache/bin/apachectl restart
> KILL it! I have personally duplicated apache not reloading the new php
> module. I also make a habit of renaming /usr/local/apache/libexec/
> libphp4.so prior to make install from the php source. Everyone will tell
> you that is not so, my own very experienced developers told me I was a
> crazy newbie. Now they do it too.
>
> 2a) kill -9 httpd
It's killed, dead, kapoot
> 2b) check that php is loading
> (/usr/local/apache/bin/httpd -l - look for the module)
It's not
> 2c) manually relaunch apache. /usr/local/apache/bin/apachectl start
>
> 3) try again to pull up your phpinfo.php page.
It doesn't get parsed, php page is being parsed.
> Are you still trying 4.0.3pl?
Yes
> or did you roll back to a stable version?
> I agree, the php.ini page is a mess and a genuine pain to edit. Good news
> is you rarely need to.
>
> Send me your config.status from php, httpd.conf from apache and I'll look
> at them after dinner tonight.
this is probably too late, almost 11pm.
Files attached - the file extensions got truncated because of
mounting the floppy
-t msdos. There's probably a better way of doing that, but that
can wait till
another day.
--
Chip
> DAve.
>
> Chip <chip@wiegand.org> said:
>
> > Well, I hate to say it but what worked yesterday does not work
> > today. Crap.
> > I don't understand this. The test web page with the single php
> > line worked
> > the other day, I load the same page tonite and it won't load. The
> > script is
> > not being parsed. I see on the php site in the docs there are
> > lots of config
> > possibilities in the php.ini file, do I need to mess with any of
> > those buried
> > way down in that file? I load it up and the lines are a mess,
> > they don't line
> > up with each other properly, differant tab stops, and so on.
> > Anyway, just which
> > lines do I need to modify? The path lines? document root? base
> > url? The docs
> > don't say which are required and which are not.
> >
> > --
> > Chip
> > I will be at the meeting sunday, maybe there will be someone
> > there who can help
> > with this.
> >
> >
> >
> >
> > > > > On 1 Nov 2000, Chip wrote:
> > > > >
> > > > > >
> > > > > > HALLELUJAH IT WORKS! Thank you, your instructions were perfect. I
> > > > > > also found
> > > > > > the DevShed web page with lots of info on settin up apache, php,
> > > > > > and mysql.
> > > > > > Now, to learn what I can do with it. I have mysql server
> > > > > > installed on a separate
> > > > > > machine and mysql client on the web server.
> > > > > > I'm going to be at the meeting sunday, maybe see ya there?
> > > > > > --
> > > > > > Chip
> > > > --
> > > > "On the Plains of Hesitation bleach the bones of countless millions who, at
> > > > the Dawn of Victory, sat down to wait, and waiting -- died"
> > > >
> > > >
> >
> > --
> > Chip W.
> > www.wiegand.org
> > Alternative Operating Systems
> >
>
> --
> "On the Plains of Hesitation bleach the bones of countless millions who,
> at
> the Dawn of Victory, sat down to wait, and waiting -- died"
--
Chip W.
www.wiegand.org
Alternative Operating Systems
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1288: checking for a BSD compatible install
configure:1341: checking whether build environment is sane
configure:1398: checking whether make sets ${MAKE}
configure:1444: checking for working aclocal
configure:1457: checking for working autoconf
configure:1470: checking for working automake
configure:1483: checking for working autoheader
configure:1496: checking for working makeinfo
configure:1526: checking whether to enable maintainer-specific portions of Makefiles
configure:1555: checking host system type
configure:1583: checking for gawk
configure:1583: checking for mawk
configure:1583: checking for nawk
configure:1583: checking for awk
configure:1617: checking for bison
configure:1617: checking for byacc
configure:1664: checking for gcc
configure:1777: checking whether the C compiler (gcc ) works
configure:1793: gcc -o conftest conftest.c 1>&5
configure:1819: checking whether the C compiler (gcc ) is a cross-compiler
configure:1824: checking whether we are using GNU C
configure:1833: gcc -E conftest.c
configure:1852: checking whether gcc accepts -g
configure:1884: checking how to run the C preprocessor
configure:1905: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1964: checking for AIX
configure:2005: checking for gcc option to accept ANSI C
configure:2058: gcc -c -g -O2 conftest.c 1>&5
configure:2085: checking for ranlib
configure:2114: checking whether gcc and cc understand -c and -o together
configure:2129: gcc -c conftest.c -o conftest.o 1>&5
configure:2130: gcc -c conftest.c -o conftest.o 1>&5
configure:2135: cc -c conftest.c 1>&5
configure:2137: cc -c conftest.c -o conftest.o 1>&5
configure:2138: cc -c conftest.c -o conftest.o 1>&5
configure:2165: checking whether ln -s works
configure:2192: checking for flex
configure:2225: checking for flex
configure:2259: checking for yywrap in -lfl
configure:2278: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2301: checking lex output file root
configure:2322: checking whether yytext is a pointer
configure:2341: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2364: checking for working const
configure:2418: gcc -c -g -O2 conftest.c 1>&5
configure:2535: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccn11187.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x1d): undefined reference to `pthread_mutexattr_init'
/usr/php-4.0.3pl1/configure(.text+0x31): undefined reference to `pthread_create'
configure: failed program was:
#line 2517 "configure"
#include "confdefs.h"
#include <pthread.h>
#include <stddef.h>
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2555: checking for pthreads_cflags
configure:2588: gcc -o conftest -g -O2 -kthread conftest.c 1>&5
/usr/libexec/elf/ld: cannot open -lpthread: No such file or directory
configure: failed program was:
#line 2570 "configure"
#include "confdefs.h"
#include <pthread.h>
#include <stddef.h>
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2588: gcc -o conftest -g -O2 -pthread conftest.c 1>&5
configure:2617: checking for pthreads_lib
configure:2722: checking for AOLserver support
configure:2796: checking for Apache module support via DSO through APXS
configure:3124: checking for mod_charset compatibility option
configure:3312: checking for fhttpd module support
configure:3357: checking for Zeus ISAPI support
configure:3419: checking for NSAPI support
configure:3498: checking for PHTTPD support
configure:3559: checking for Pi3Web Support
configure:3737: checking for Roxen/Pike support
configure:3839: checking for Servlet support
configure:3966: checking for thttpd
configure:3972: checking for chosen SAPI module
configure:4021: checking for missing declarations of reentrant functions
configure:4030: gcc -c -g -O2 conftest.c 1>&5
configure:4055: gcc -c -g -O2 conftest.c 1>&5
configure:4080: gcc -c -g -O2 conftest.c 1>&5
configure:4105: gcc -c -g -O2 conftest.c 1>&5
configure:4130: gcc -c -g -O2 conftest.c 1>&5
configure:4151: checking whether compiler supports -R
configure:4166: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5
configure:4224: checking for sendmail
configure:4267: checking whether system uses EBCDIC
configure:4286: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 4278 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
configure:4322: checking for socket in -lsocket
configure:4341: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/libexec/elf/ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 4330 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket();
int main() {
socket()
; return 0; }
configure:4377: checking for htonl in -lsocket
configure:4396: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/libexec/elf/ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 4385 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char htonl();
int main() {
htonl()
; return 0; }
configure:4435: checking for yp_get_default_domain
configure:4463: gcc -o conftest -g -O2 conftest.c 1>&5
configure:4605: checking for crypt in -lcrypt
configure:4624: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:4662: checking for dlopen in -ldl
configure:4681: gcc -o conftest -g -O2 conftest.c -ldl -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -ldl: No such file or directory
configure: failed program was:
#line 4670 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlopen();
int main() {
dlopen()
; return 0; }
configure:4714: checking for sin in -lm
configure:4733: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:4726: warning: conflicting types for built-in function `sin'
configure:4762: checking for inet_aton in -lbind
configure:4781: gcc -o conftest -g -O2 conftest.c -lbind -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lbind: No such file or directory
configure: failed program was:
#line 4770 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char inet_aton();
int main() {
inet_aton()
; return 0; }
configure:4819: checking for inet_aton in -lresolv
configure:4838: gcc -o conftest -g -O2 conftest.c -lresolv -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lresolv: No such file or directory
configure: failed program was:
#line 4827 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char inet_aton();
int main() {
inet_aton()
; return 0; }
configure:4867: checking for res_search in -lsocket
configure:4886: gcc -o conftest -g -O2 conftest.c -lsocket -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 4875 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char res_search();
int main() {
res_search()
; return 0; }
configure:5005: checking for res_search in -lresolv
configure:5024: gcc -o conftest -g -O2 conftest.c -lresolv -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lresolv: No such file or directory
configure: failed program was:
#line 5013 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char res_search();
int main() {
res_search()
; return 0; }
configure:5050: checking for dn_skipname in -lresolv
configure:5069: gcc -o conftest -g -O2 conftest.c -lresolv -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lresolv: No such file or directory
configure: failed program was:
#line 5058 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dn_skipname();
int main() {
dn_skipname()
; return 0; }
configure:5097: checking for __dn_skipname in -lresolv
configure:5116: gcc -o conftest -g -O2 conftest.c -lresolv -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lresolv: No such file or directory
configure: failed program was:
#line 5105 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char __dn_skipname();
int main() {
__dn_skipname()
; return 0; }
configure:5151: checking for ANSI C header files
configure:5164: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5231: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:5261: checking for dirent.h that defines DIR
configure:5274: gcc -c -g -O2 conftest.c 1>&5
configure:5299: checking for opendir in -ldir
configure:5318: gcc -o conftest -g -O2 conftest.c -ldir -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -ldir: No such file or directory
configure: failed program was:
#line 5307 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:5425: checking for fclose declaration
configure:5434: gcc -c -g -O2 conftest.c 1>&5
configure:5489: checking for alloca.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: alloca.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <alloca.h>
configure:5489: checking for arpa/inet.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for crypt.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: crypt.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <crypt.h>
configure:5489: checking for fcntl.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for grp.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for limits.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for locale.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for netinet/in.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for pwd.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for signal.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for stdarg.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for stdlib.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for string.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for syslog.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/file.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/mman.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/resource.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/select.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/socket.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/statfs.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: sys/statfs.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
configure:5489: checking for sys/statvfs.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: sys/statvfs.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
configure:5489: checking for sys/time.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/types.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for sys/varargs.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: sys/varargs.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:5489: checking for sys/wait.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for unistd.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5489: checking for unix.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5495: unix.h: No such file or directory
configure: failed program was:
#line 5494 "configure"
#include "confdefs.h"
#include <unix.h>
configure:5489: checking for utime.h
configure:5499: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5527: checking whether struct tm is in sys/time.h or time.h
configure:5540: gcc -c -g -O2 conftest.c 1>&5
configure:5561: checking for tm_zone in struct tm
configure:5574: gcc -c -g -O2 conftest.c 1>&5
configure:5633: checking for tm_gmtoff in struct tm
configure:5646: gcc -c -g -O2 conftest.c 1>&5
configure:5669: checking for struct flock
configure:5684: gcc -c -g -O2 conftest.c 1>&5
configure:5711: checking for socklen_t
configure:5728: gcc -c -g -O2 conftest.c 1>&5
configure:5754: checking size of long
configure:5773: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:5793: checking size of int
configure:5812: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:5867: checking for st_blksize in struct stat
configure:5880: gcc -c -g -O2 conftest.c 1>&5
configure:5902: checking for st_blocks in struct stat
configure:5915: gcc -c -g -O2 conftest.c 1>&5
configure:5942: checking for st_rdev in struct stat
configure:5955: gcc -c -g -O2 conftest.c 1>&5
configure:5977: checking for size_t
configure:6010: checking for uid_t in sys/types.h
configure:6045: checking for struct sockaddr_in6
configure:6058: gcc -c -g -O2 conftest.c 1>&5
In file included from configure:6051:
/usr/include/sys/socket.h:47: syntax error before `sa_family_t'
/usr/include/sys/socket.h:47: warning: data definition has no type or storage class
/usr/include/sys/socket.h:48: syntax error before `socklen_t'
/usr/include/sys/socket.h:48: warning: data definition has no type or storage class
/usr/include/sys/socket.h:149: syntax error before `u_char'
/usr/include/sys/socket.h:160: syntax error before `u_short'
/usr/include/sys/socket.h:174: syntax error before `u_char'
/usr/include/sys/socket.h:176: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:176: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:176: size of array `__ss_pad1' is too large
/usr/include/sys/socket.h:177: syntax error before `int64_t'
/usr/include/sys/socket.h:178: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:178: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:178: `u_char' undeclared here (not in a function)
/usr/include/sys/socket.h:178: `int64_t' undeclared here (not in a function)
/usr/include/sys/socket.h:298: syntax error before `socklen_t'
/usr/include/sys/socket.h:302: syntax error before `socklen_t'
/usr/include/sys/socket.h:324: syntax error before `socklen_t'
/usr/include/sys/socket.h:345: syntax error before `pid_t'
/usr/include/sys/socket.h:350: syntax error before `gid_t'
/usr/include/sys/socket.h:379: syntax error before `u_short'
/usr/include/sys/socket.h:387: syntax error before `caddr_t'
/usr/include/sys/socket.h:391: syntax error before `caddr_t'
In file included from configure:6051:
/usr/include/sys/socket.h:417: syntax error before `socklen_t'
/usr/include/sys/socket.h:418: syntax error before `socklen_t'
/usr/include/sys/socket.h:419: syntax error before `socklen_t'
/usr/include/sys/socket.h:420: syntax error before `socklen_t'
/usr/include/sys/socket.h:421: syntax error before `socklen_t'
/usr/include/sys/socket.h:422: syntax error before `socklen_t'
/usr/include/sys/socket.h:424: syntax error before `recv'
/usr/include/sys/socket.h:424: syntax error before `size_t'
/usr/include/sys/socket.h:424: warning: data definition has no type or storage class
/usr/include/sys/socket.h:425: syntax error before `recvfrom'
/usr/include/sys/socket.h:425: syntax error before `size_t'
/usr/include/sys/socket.h:425: warning: data definition has no type or storage class
/usr/include/sys/socket.h:426: syntax error before `recvmsg'
/usr/include/sys/socket.h:426: warning: data definition has no type or storage class
/usr/include/sys/socket.h:427: syntax error before `send'
/usr/include/sys/socket.h:427: syntax error before `size_t'
/usr/include/sys/socket.h:427: warning: data definition has no type or storage class
/usr/include/sys/socket.h:428: syntax error before `sendto'
/usr/include/sys/socket.h:429: syntax error before `size_t'
/usr/include/sys/socket.h:429: warning: data definition has no type or storage class
/usr/include/sys/socket.h:430: syntax error before `sendmsg'
/usr/include/sys/socket.h:430: warning: data definition has no type or storage class
/usr/include/sys/socket.h:431: syntax error before `off_t'
/usr/include/sys/socket.h:432: syntax error before `socklen_t'
In file included from configure:6052:
/usr/include/netinet/in.h:233: syntax error before `u_int32_t'
/usr/include/netinet/in.h:285: syntax error before `u_char'
In file included from /usr/include/netinet/in.h:446,
from configure:6052:
/usr/include/netinet6/in6.h:122: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:144: syntax error before `u_char'
/usr/include/netinet6/in6.h:149: syntax error before `u_int32_t'
/usr/include/netinet6/in6.h:424: syntax error before `u_int'
/usr/include/netinet6/in6.h:432: syntax error before `u_int'
/usr/include/netinet6/in6.h:571: syntax error before `*'
/usr/include/netinet6/in6.h:573: syntax error before `*'
/usr/include/netinet6/in6.h:573: warning: data definition has no type or storage class
/usr/include/netinet6/in6.h:574: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:575: syntax error before `u_int8_t'
/usr/include/netinet6/in6.h:578: syntax error before `inet6_rthdr_space'
/usr/include/netinet6/in6.h:578: warning: data definition has no type or storage class
/usr/include/netinet6/in6.h:581: syntax error before `u_int'
/usr/include/netinet6/in6.h:582: syntax error before `u_int'
configure: failed program was:
#line 6050 "configure"
#include "confdefs.h"
#include <sys/socket.h>
#include <netinet/in.h>
int main() {
struct sockaddr_in6 s; s;
; return 0; }
configure:6079: checking for vprintf
configure:6107: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for asctime_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for crypt
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for ctime_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for cuserid
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccl12535.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `cuserid'
configure: failed program was:
#line 6241 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char cuserid(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char cuserid();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_cuserid) || defined (__stub___cuserid)
choke me
#else
cuserid();
#endif
; return 0; }
configure:6236: checking for flock
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for gcvt
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccr12568.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `gcvt'
configure: failed program was:
#line 6241 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gcvt(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gcvt();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_gcvt) || defined (__stub___gcvt)
choke me
#else
gcvt();
#endif
; return 0; }
configure:6236: checking for getlogin
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for gethostbyaddr
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for getrusage
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for gettimeofday
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for gmtime_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for inet_aton
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for isascii
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for link
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for localtime_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for lockf
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for lrand48
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for memcpy
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6248: warning: conflicting types for built-in function `memcpy'
configure:6236: checking for memmove
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for mkstemp
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for mmap
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for putenv
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for random
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for rand_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for regcomp
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for setitimer
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for setlocale
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for setsockopt
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for setvbuf
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for shutdown
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for sin
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6248: warning: conflicting types for built-in function `sin'
configure:6236: checking for snprintf
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for srand48
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for srandom
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for statfs
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for statvfs
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccV13133.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `statvfs'
configure: failed program was:
#line 6241 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char statvfs(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char statvfs();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_statvfs) || defined (__stub___statvfs)
choke me
#else
statvfs();
#endif
; return 0; }
configure:6236: checking for std_syslog
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/cct13147.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `std_syslog'
configure: failed program was:
#line 6241 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char std_syslog(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char std_syslog();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_std_syslog) || defined (__stub___std_syslog)
choke me
#else
std_syslog();
#endif
; return 0; }
configure:6236: checking for strcasecmp
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for strdup
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for strerror
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for strftime
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for strstr
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for strtok_r
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for symlink
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for tempnam
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccc13294.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): warning: tempnam() possibly used unsafely; consider using mkstemp()
configure:6236: checking for tzset
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for unsetenv
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for usleep
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for utime
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6236: checking for vsnprintf
configure:6264: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6290: checking for getaddrinfo
configure:6302: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:6298: warning: passing arg 4 of `getaddrinfo' from incompatible pointer type
configure:6325: checking for strlcat
configure:6353: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6325: checking for strlcpy
configure:6353: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6325: checking for getopt
configure:6353: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6380: checking whether utime accepts a null argument
configure:6401: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6427: checking for working alloca.h
configure:6460: checking for alloca
configure:6493: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6660: checking whether sprintf is broken
configure:6675: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6709: checking for declared timezone
configure:6730: gcc -c -g -O2 conftest.c 1>&5
configure:6756: checking for type of reentrant time-related functions
configure:6786: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: In function `main':
configure:6778: warning: assignment makes integer from pointer without a cast
configure:6779: too many arguments to function `asctime_r'
configure: failed program was:
#line 6767 "configure"
#include "confdefs.h"
#include <time.h>
#include <stdlib.h>
main() {
char buf[27];
struct tm t;
time_t old = 0;
int r, s;
s = gmtime_r(&old, &t);
r = (int) asctime_r(&t, buf, 26);
if (r == s && s == 0) exit(0);
exit(1);
}
configure:6815: checking for readdir_r
configure:6843: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:6865: checking for type of readdir_r
configure:6897: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:7000: checking whether to use a configuration file
configure:7069: checking whether to include debugging symbols
configure:7125: checking whether to enable safe mode by default
configure:7180: checking for safe mode exec dir
configure:7221: checking whether to enable PHP's own SIGCHLD handler
configure:7278: checking whether to enable magic quotes by default
configure:7335: checking whether to enable runpaths
configure:7380: checking whether to explicitly link against libgcc
configure:7481: checking whether to enable short tags by default
configure:7538: checking whether to enable the URL-aware fopen wrapper
configure:7595: checking whether to enable PIC for shared objects
configure:7641: checking whether to enable dmalloc
configure:7706: checking whether to install PEAR
configure:7776: checking for ASPELL support
configure:8013: checking whether to enable bc style precision math functions
configure:8193: checking whether to enable calendar conversion support
configure:8367: checking CCVS Support
configure:8595: checking whether to include cpdflib support
configure:9318: checking for CURL support
configure:9639: checking for CyberCash support
configure:9911: checking whether to enable DAV support through mod_dav
configure:10081: checking whether to include old xDBM support
configure:10610: checking whether to enable DBA
configure:10864: checking for GDBM support
configure:11099: checking for NDBM support
configure:11348: checking for Berkeley DB2 support
configure:11580: checking for Berkeley DB3 support
configure:11804: checking for DBM support
configure:12028: checking for CDB support
configure:12040: checking whether to enable DBA interface
configure:12194: checking whether to enable the bundled dbase library
configure:12368: checking whether to include DOM support
configure:12995: checking whether to enable exif support
configure:13169: checking whether to include fdftk support
configure:13551: checking whether to enable the bundled filePro support
configure:13727: checking whether to enable FTP support
configure:13907: checking whether to include GD support
configure:15617: checking for gdImageLine in -lgd
configure:15636: gcc -o conftest -g -O2 conftest.c -lgd -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lgd: No such file or directory
configure: failed program was:
#line 15625 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gdImageLine();
int main() {
gdImageLine()
; return 0; }
configure:15664: checking for gdImageString16 in -lgd
configure:15683: gcc -o conftest -g -O2 conftest.c -lgd -lm -lcrypt 1>&5
/usr/libexec/elf/ld: cannot open -lgd: No such file or directory
configure: failed program was:
#line 15672 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gdImageString16();
int main() {
gdImageString16()
; return 0; }
configure:16659: checking whether to include GNU gettext support
configure:17064: checking for Hyperwave support
configure:17221: checking for ICAP support
configure:17529: checking for Kerberos support in IMAP
configure:17582: checking for SSL support in IMAP
configure:17635: checking for IMAP support
configure:18271: checking for Informix support
configure:18762: checking for Ingres II support
configure:19177: checking for InterBase support
configure:19485: checking for Java support
configure:19909: checking whether to include LDAP support
configure:21162: checking for MCAL support
configure:21501: checking for mcrypt support
configure:21932: checking for mhash support
configure:22246: checking for mSQL support
configure:22630: checking for MySQL support
configure:22805: checking for MySQL UNIX socket
configure:22823: checking for inline
configure:22837: gcc -c -g -O2 conftest.c 1>&5
configure:22863: checking return type of signal handlers
configure:22885: gcc -c -g -O2 conftest.c 1>&5
configure:22916: checking for ANSI C header files
configure:23029: checking for sgtty.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for sys/ioctl.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for fcntl.h
configure:23029: checking for float.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for floatingpoint.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for ieeefp.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for limits.h
configure:23029: checking for memory.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for pwd.h
configure:23029: checking for select.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23035: select.h: No such file or directory
configure: failed program was:
#line 23034 "configure"
#include "confdefs.h"
#include <select.h>
configure:23029: checking for stdlib.h
configure:23029: checking for stddef.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for strings.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for string.h
configure:23029: checking for synch.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23035: synch.h: No such file or directory
configure: failed program was:
#line 23034 "configure"
#include "confdefs.h"
#include <synch.h>
configure:23029: checking for sys/mman.h
configure:23029: checking for sys/socket.h
configure:23029: checking for sys/timeb.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for sys/types.h
configure:23029: checking for sys/un.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for sys/vadvise.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23035: sys/vadvise.h: No such file or directory
configure: failed program was:
#line 23034 "configure"
#include "confdefs.h"
#include <sys/vadvise.h>
configure:23029: checking for sys/wait.h
configure:23029: checking for term.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for unistd.h
configure:23029: checking for utime.h
configure:23029: checking for sys/utime.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23035: sys/utime.h: No such file or directory
configure: failed program was:
#line 23034 "configure"
#include "confdefs.h"
#include <sys/utime.h>
configure:23029: checking for termio.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23035: termio.h: No such file or directory
configure: failed program was:
#line 23034 "configure"
#include "confdefs.h"
#include <termio.h>
configure:23029: checking for termios.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for sched.h
configure:23039: gcc -E conftest.c >/dev/null 2>conftest.out
configure:23029: checking for crypt.h
configure:23029: checking for alloca.h
configure:23071: checking size of char
configure:23090: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23111: checking size of int
configure:23150: checking size of long
configure:23189: checking size of long long
configure:23208: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23228: checking for size_t
configure:23261: checking whether time.h and sys/time.h may both be included
configure:23275: gcc -c -g -O2 conftest.c 1>&5
configure:23296: checking for uid_t in sys/types.h
configure:23331: checking for type ulong
configure:23350: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: In function `main':
configure:23344: syntax error before `foo'
configure:23345: `foo' undeclared (first use in this function)
configure:23345: (Each undeclared identifier is reported only once
configure:23345: for each function it appears in.)
configure: failed program was:
#line 23339 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
main()
{
ulong foo;
foo++;
exit(0);
}
configure:23374: checking for type uchar
configure:23393: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: In function `main':
configure:23387: syntax error before `foo'
configure:23388: `foo' undeclared (first use in this function)
configure:23388: (Each undeclared identifier is reported only once
configure:23388: for each function it appears in.)
configure: failed program was:
#line 23382 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
main()
{
uchar foo;
foo++;
exit(0);
}
configure:23417: checking for type uint
configure:23436: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23462: checking base type of last arg to accept
configure:23490: g++ -c conftest.C 1>&5
configure:23563: checking for alarm
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for bmove
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccB14495.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `bmove'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char bmove(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char bmove();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_bmove) || defined (__stub___bmove)
choke me
#else
bmove();
#endif
; return 0; }
configure:23563: checking for chsize
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccy14509.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `chsize'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char chsize(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char chsize();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_chsize) || defined (__stub___chsize)
choke me
#else
chsize();
#endif
; return 0; }
configure:23563: checking for ftruncate
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for rint
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for finite
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for fpsetmask
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccU14580.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `fpsetmask'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fpsetmask(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fpsetmask();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_fpsetmask) || defined (__stub___fpsetmask)
choke me
#else
fpsetmask();
#endif
; return 0; }
configure:23563: checking for fpresetsticky
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccX14594.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `fpresetsticky'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fpresetsticky(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fpresetsticky();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_fpresetsticky) || defined (__stub___fpresetsticky)
choke me
#else
fpresetsticky();
#endif
; return 0; }
configure:23563: checking for cuserid
configure:23563: checking for fcntl
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for fconvert
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccq14629.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `fconvert'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fconvert(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char fconvert();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_fconvert) || defined (__stub___fconvert)
choke me
#else
fconvert();
#endif
; return 0; }
configure:23563: checking for getrusage
configure:23563: checking for getpwuid
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for getcwd
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for getrlimit
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for getwd
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for index
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for locking
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccJ14745.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `locking'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char locking(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char locking();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_locking) || defined (__stub___locking)
choke me
#else
locking();
#endif
; return 0; }
configure:23563: checking for longjmp
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for perror
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for pread
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for realpath
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for rename
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for socket
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for strnlen
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccg14873.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `strnlen'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strnlen(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strnlen();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strnlen) || defined (__stub___strnlen)
choke me
#else
strnlen();
#endif
; return 0; }
configure:23563: checking for madvise
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for strtoul
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for strtoull
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccg14925.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `strtoull'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtoull(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strtoull();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strtoull) || defined (__stub___strtoull)
choke me
#else
strtoull();
#endif
; return 0; }
configure:23563: checking for snprintf
configure:23563: checking for tempnam
configure:23563: checking for thr_setconcurrency
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccz14953.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `thr_setconcurrency'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char thr_setconcurrency(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char thr_setconcurrency();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_thr_setconcurrency) || defined (__stub___thr_setconcurrency)
choke me
#else
thr_setconcurrency();
#endif
; return 0; }
configure:23563: checking for gethostbyaddr_r
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccU14967.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `gethostbyaddr_r'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyaddr_r(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyaddr_r();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_gethostbyaddr_r) || defined (__stub___gethostbyaddr_r)
choke me
#else
gethostbyaddr_r();
#endif
; return 0; }
configure:23563: checking for gethostbyname_r
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccj14981.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `gethostbyname_r'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname_r(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname_r();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_gethostbyname_r) || defined (__stub___gethostbyname_r)
choke me
#else
gethostbyname_r();
#endif
; return 0; }
configure:23563: checking for getpwnam
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for bfill
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccV15014.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `bfill'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char bfill(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char bfill();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_bfill) || defined (__stub___bfill)
choke me
#else
bfill();
#endif
; return 0; }
configure:23563: checking for bzero
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for bcmp
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for strstr
configure:23563: checking for strpbrk
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for strerror
configure:23563: checking for tell
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccn15099.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `tell'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char tell(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char tell();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_tell) || defined (__stub___tell)
choke me
#else
tell();
#endif
; return 0; }
configure:23563: checking for atod
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/cco15113.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `atod'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char atod(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char atod();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_atod) || defined (__stub___atod)
choke me
#else
atod();
#endif
; return 0; }
configure:23563: checking for memcpy
configure:23563: checking for memmove
configure:23563: checking for setupterm
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccd15141.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `setupterm'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setupterm(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char setupterm();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_setupterm) || defined (__stub___setupterm)
choke me
#else
setupterm();
#endif
; return 0; }
configure:23563: checking for strcasecmp
configure:23563: checking for sighold
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccE15162.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `sighold'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sighold(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sighold();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_sighold) || defined (__stub___sighold)
choke me
#else
sighold();
#endif
; return 0; }
configure:23563: checking for vidattr
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccU15176.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `vidattr'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vidattr(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char vidattr();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_vidattr) || defined (__stub___vidattr)
choke me
#else
vidattr();
#endif
; return 0; }
configure:23563: checking for setupterm
configure:23563: checking for lrand48
configure:23563: checking for localtime_r
configure:23563: checking for sigset
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccv15206.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `sigset'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigset(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sigset();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_sigset) || defined (__stub___sigset)
choke me
#else
sigset();
#endif
; return 0; }
configure:23563: checking for sigthreadmask
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccZ15220.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `sigthreadmask'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigthreadmask(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sigthreadmask();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_sigthreadmask) || defined (__stub___sigthreadmask)
choke me
#else
sigthreadmask();
#endif
; return 0; }
configure:23563: checking for pthread_sigmask
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccx15234.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_sigmask'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_sigmask(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_sigmask();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_sigmask) || defined (__stub___pthread_sigmask)
choke me
#else
pthread_sigmask();
#endif
; return 0; }
configure:23563: checking for pthread_setprio
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccB15248.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_setprio'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setprio(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_setprio();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_setprio) || defined (__stub___pthread_setprio)
choke me
#else
pthread_setprio();
#endif
; return 0; }
configure:23563: checking for pthread_setprio_np
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccA15262.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_setprio_np'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setprio_np(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_setprio_np();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_setprio_np) || defined (__stub___pthread_setprio_np)
choke me
#else
pthread_setprio_np();
#endif
; return 0; }
configure:23563: checking for pthread_setschedparam
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccJ15276.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_setschedparam'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_setschedparam(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_setschedparam();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_setschedparam) || defined (__stub___pthread_setschedparam)
choke me
#else
pthread_setschedparam();
#endif
; return 0; }
configure:23563: checking for pthread_attr_setprio
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/cct15290.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_attr_setprio'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setprio(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_setprio();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_attr_setprio) || defined (__stub___pthread_attr_setprio)
choke me
#else
pthread_attr_setprio();
#endif
; return 0; }
configure:23563: checking for pthread_attr_setschedparam
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccO15304.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_attr_setschedparam'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setschedparam(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_setschedparam();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
choke me
#else
pthread_attr_setschedparam();
#endif
; return 0; }
configure:23563: checking for pthread_attr_create
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccv15318.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_attr_create'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_create(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_create();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_attr_create) || defined (__stub___pthread_attr_create)
choke me
#else
pthread_attr_create();
#endif
; return 0; }
configure:23563: checking for pthread_getsequence_np
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccm15332.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_getsequence_np'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_getsequence_np(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_getsequence_np();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_getsequence_np) || defined (__stub___pthread_getsequence_np)
choke me
#else
pthread_getsequence_np();
#endif
; return 0; }
configure:23563: checking for pthread_attr_setstacksize
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccC15346.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_attr_setstacksize'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_attr_setstacksize(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_setstacksize();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize)
choke me
#else
pthread_attr_setstacksize();
#endif
; return 0; }
configure:23563: checking for pthread_condattr_create
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccZ15360.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `pthread_condattr_create'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char pthread_condattr_create(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_condattr_create();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_pthread_condattr_create) || defined (__stub___pthread_condattr_create)
choke me
#else
pthread_condattr_create();
#endif
; return 0; }
configure:23563: checking for rwlock_init
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccv15374.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `rwlock_init'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char rwlock_init(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char rwlock_init();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_rwlock_init) || defined (__stub___rwlock_init)
choke me
#else
rwlock_init();
#endif
; return 0; }
configure:23563: checking for crypt
configure:23563: checking for dlopen
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for dlerror
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for fchmod
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for getpass
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23563: checking for getpassphrase
configure:23591: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccK15471.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `getpassphrase'
configure: failed program was:
#line 23568 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getpassphrase(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getpassphrase();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_getpassphrase) || defined (__stub___getpassphrase)
choke me
#else
getpassphrase();
#endif
; return 0; }
configure:23620: checking for strtok_r
configure:23676: checking style of gethostname_r routines
configure:23699: gcc -c -g -O2 conftest.c 1>&5
configure:23724: checking args to pthread_getspecific
configure:23741: gcc -c -g -O2 conftest.c 1>&5
configure:23765: checking args to pthread_mutex_init
configure:23784: gcc -c -g -O2 conftest.c 1>&5
configure:23808: checking args to readdir_r
configure:23826: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:23850: checking style of sigwait
configure:23871: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
/tmp/ccF15544.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x12): undefined reference to `sigwait'
configure: failed program was:
#line 23855 "configure"
#include "confdefs.h"
#ifndef SCO
#define _REENTRANT
#endif
#define _POSIX_PTHREAD_SEMANTICS
#include <pthread.h>
#include <signal.h>
int main() {
#ifndef _AIX
sigset_t set;
int sig;
sigwait(&set,&sig);
#endif
; return 0; }
configure:23897: checking style of sigwait
configure:23916: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: In function `main':
configure:23912: too few arguments to function `sigwait'
configure: failed program was:
#line 23902 "configure"
#include "confdefs.h"
#ifndef SCO
#define _REENTRANT
#endif
#define _POSIX_PTHREAD_SEMANTICS
#include <pthread.h>
#include <signal.h>
int main() {
sigset_t set;
int sig;
sigwait(&set);
; return 0; }
configure:24199: checking for Oracle-OCI8 support
configure:25174: checking for Adabas support
configure:25343: checking for Solid support
configure:25453: checking for IBM DB2 support
configure:25490: checking for Empress support
configure:25533: checking for Velocis support
configure:25574: checking for a custom ODBC support
configure:25608: checking for iODBC support
configure:25715: checking for Easysoft ODBC-ODBC Bridge support
configure:25749: checking for unixODBC support
configure:25783: checking for OpenLink ODBC support
configure:25817: checking for DBMaker support
configure:26144: checking for Oracle-ORACLE support
configure:31003: checking for Ovrimos SQL Server support
configure:31360: checking whether to include PCRE support
configure:31757: checking for memmove
configure:31811: checking whether to include Pdflib 3.x support
configure:33017: checking whether to include Verisign Payflow Pro support
configure:33352: checking for PostgreSQL support
configure:33827: checking whether to include POSIX-like functions
configure:34001: checking for seteuid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for setegid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for setsid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for getsid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for setpgid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for ctermid
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for mkfifo
configure:34029: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:34001: checking for getrlimit
configure:34059: checking whether to include pspell support
configure:34377: checking for readline support
configure:35055: checking for recode support
configure:35497: checking for Sablotron XSL support
configure:35820: checking whether to enable CORBA support via Satellite
configure:36124: checking for mm support
configure:36169: checking whether to enable transparent session id propagation
configure:36214: checking whether to enable session support
configure:36537: checking whether to enable shmop support
configure:36714: checking for OpenSSL support in SNMP
configure:36761: checking for SNMP support
configure:37349: checking whether to enable UCD SNMP hack
configure:37379: checking whether to enable sockets support
configure:37783: checking for dlopen
configure:37835: checking for pam_start in -lpam
configure:37854: gcc -o conftest -g -O2 conftest.c -lpam -lm -lcrypt 1>&5
configure:37883: checking for getcwd
configure:37883: checking for getwd
configure:37939: checking for standard DES crypt
configure:37965: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: failed program was:
#line 37950 "configure"
#include "confdefs.h"
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
exit (strcmp((char *)crypt("rasmuslerdorf","rl"),"rl.3StKT.4T8M"));
#else
exit(0);
#endif
}
configure:37996: checking for extended DES crypt
configure:38022: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: failed program was:
#line 38007 "configure"
#include "confdefs.h"
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
#else
exit(0);
#endif
}
configure:38053: checking for MD5 crypt
configure:38088: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure:38148: checking for Blowfish crypt
configure:38180: gcc -o conftest -g -O2 conftest.c -lm -lcrypt 1>&5
configure: failed program was:
#line 38159 "configure"
#include "confdefs.h"
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
char salt[25], answer[70];
salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0';
strcat(salt,"rasmuslerd");
strcpy(answer,salt);
strcpy(&answer[16],"O............gl95GkTKn53Of.H4YchXl5PwvvW.5ri");
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
exit(0);
#endif
}
configure:38367: checking for libswf support
configure:38690: checking for Sybase support
configure:39131: checking for Sybase-CT support
configure:39566: checking whether to enable System V semaphore support
configure:39788: checking whether to enable System V shared memory support
configure:39964: checking whether to enable WDDX support
configure:40151: checking whether byte ordering is bigendian
configure:40169: gcc -c -g -O2 conftest.c 1>&5
configure:40184: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:40179: syntax error before `big'
configure: failed program was:
#line 40173 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:40250: checking for XML support
configure:40631: checking for YAZ support
configure:40969: checking whether to include YP support
configure:41154: checking whether to include zlib support
configure:41525: checking whether to enable versioning
configure:41593: checking which regex library to use
configure:41659: checking for limits.h
configure:41659: checking for malloc.h
configure:41669: gcc -E -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
In file included from configure:41665:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
configure: failed program was:
#line 41664 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:41659: checking for string.h
configure:41659: checking for unistd.h
configure:41659: checking for stdarg.h
configure:41659: checking for sys/types.h
configure:41659: checking for signal.h
configure:41659: checking for unix.h
configure:41659: checking for dlfcn.h
configure:41669: gcc -E -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
configure:41697: checking for size_t
configure:41730: checking return type of signal handlers
configure:41772: checking for dlopen in -ldl
configure:41812: checking for dlopen
configure:41864: checking for uint
configure:41897: checking for ulong
configure:41932: checking for vprintf
configure:42037: checking for 8-bit clean memcmp
configure:42055: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42075: checking for working alloca.h
configure:42108: checking for alloca
configure:42309: checking for memcpy
configure:42309: checking for strdup
configure:42309: checking for getpid
configure:42337: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42309: checking for kill
configure:42337: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42309: checking for strtod
configure:42337: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42309: checking for strtol
configure:42337: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42309: checking for finite
configure:42363: checking whether sprintf is broken
configure:42412: checking for finite
configure:42412: checking for isfinite
configure:42440: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
/tmp/ccw16718.o: In function `main':
/usr/php-4.0.3pl1/configure(.text+0x7): undefined reference to `isfinite'
configure: failed program was:
#line 42417 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char isfinite(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char isfinite();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif
; return 0; }
configure:42412: checking for isinf
configure:42440: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42412: checking for isnan
configure:42440: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c -lm -lcrypt 1>&5
configure:42467: checking whether fp_except is defined
configure:42484: gcc -c -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
configure: In function `main':
configure:42479: syntax error before `x'
configure: failed program was:
#line 42473 "configure"
#include "confdefs.h"
#include <floatingpoint.h>
int main() {
fp_except x = (fp_except) 0;
; return 0; }
configure:42554: checking whether to enable experimental ZTS
configure:42558: checking whether to enable inline optimization for GCC
configure:42562: checking whether to enable a memory limit
configure:42566: checking whether to enable Zend debugging
configure:43163: checking for inline
configure:43241: checking for stdarg.h
configure:43897: checking build system type
configure:43926: checking for ld used by GCC
configure:43988: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1)
configure:44004: checking for BSD-compatible nm
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -static conftest.c 1>&5
GNU ld version 2.9.1 (with BFD 2.9.1)
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions -DXML_BYTE_ORDER=12 conftest.c conftstm.o 1>&5
configure:44250: checking for working mkdir -p
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host apache.wiegand.org:
#
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --enable-track-vars --with-mysql --with-system-regex
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.
ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
for ac_option
do
case "$ac_option" in
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
echo "running ${CONFIG_SHELL-/bin/sh} ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --enable-track-vars --with-mysql --with-system-regex --no-create --no-recursion"
exec ${CONFIG_SHELL-/bin/sh} ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --enable-track-vars --with-mysql --with-system-regex --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
echo "./config.status generated by autoconf version 2.13"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "$ac_cs_usage"; exit 0 ;;
*) echo "$ac_cs_usage"; exit 1 ;;
esac
done
ac_given_srcdir=.
ac_given_INSTALL="/usr/bin/install__c/index.html"
trap 'rm -fr php4.spec Zend/Makefile build-defs.h pear/pear pear/phpize pear/php-config pear/PEAR.php TSRM/Makefile php_config.h conftest*; exit 1' 1 2 15
# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
/^[ ]*VPATH[ ]*=[^:]*$/d
s%@EXT_SUBDIRS@% mysql pcre posix session standard xml%g
s%@EXT_STATIC@% mysql pcre posix session standard xml%g
s%@EXT_SHARED@%%g
s%@EXT_LIBS@%%g
s%@EXT_LTLIBS@% ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la%g
s%@SHELL@%/bin/sh%g
s%@CFLAGS@%-g -O2%g
s%@CPPFLAGS@% -DXML_BYTE_ORDER=12%g
s%@CXXFLAGS@%%g
s%@FFLAGS@%%g
s%@DEFS@%-DHAVE_CONFIG_H%g
s%@LDFLAGS@%%g
s%@LIBS@%%g
s%@exec_prefix@%$(prefix)%g
s%@prefix@%/usr/local%g
s%@program_transform_name@%s,x,x,%g
s%@bindir@%${exec_prefix}/bin%g
s%@sbindir@%${exec_prefix}/sbin%g
s%@libexecdir@%${exec_prefix}/libexec%g
s%@datadir@%${prefix}/share%g
s%@sysconfdir@%${prefix}/etc%g
s%@sharedstatedir@%${prefix}/com%g
s%@localstatedir@%${prefix}/var%g
s%@libdir@%${exec_prefix}/lib%g
s%@includedir@%${prefix}/include%g
s%@oldincludedir@%/usr/include%g
s%@infodir@%${prefix}/info%g
s%@mandir@%${prefix}/man%g
s%@INSTALL_PROGRAM@%${INSTALL}%g
s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
s%@INSTALL_DATA@%${INSTALL} -m 644%g
s%@PACKAGE@%php%g
s%@VERSION@%4.0.3pl1%g
s%@ACLOCAL@%/usr/php-4.0.3pl1/missing aclocal%g
s%@AUTOCONF@%autoconf%g
s%@AUTOMAKE@%/usr/php-4.0.3pl1/missing automake%g
s%@AUTOHEADER@%autoheader%g
s%@MAKEINFO@%makeinfo%g
s%@SET_MAKE@%%g
s%@MAINTAINER_MODE_TRUE@%#%g
s%@MAINTAINER_MODE_FALSE@%%g
s%@MAINT@%#%g
s%@host@%i386-unknown-freebsd4.0%g
s%@host_alias@%i386-unknown-freebsd4.0%g
s%@host_cpu@%i386%g
s%@host_vendor@%unknown%g
s%@host_os@%freebsd4.0%g
s%@AWK@%awk%g
s%@YACC@%byacc%g
s%@CC@%gcc%g
s%@CPP@%gcc -E%g
s%@RANLIB@%ranlib%g
s%@LN_S@%ln -s%g
s%@LEX@%flex%g
s%@LEXLIB@%-lfl%g
s%@LEX_OUTPUT_ROOT@%lex.yy%g
s%@SHLIB_SUFFIX_NAME@%so%g
s%@APXS_EXP@%%g
s%@APACHE_INCLUDE@%%g
s%@APACHE_TARGET@%%g
s%@APXS@%/usr/local/apache/bin/apxs%g
s%@APXS_LDFLAGS@%@SYBASE_LFLAGS@ @SYBASE_LIBS@ @SYBASE_CT_LFLAGS@ @SYBASE_CT_LIBS@%g
s%@APACHE_INSTALL@%/usr/local/apache/bin/apxs -i -a -n php4 libs/libphp4.so%g
s%@STRONGHOLD@%%g
s%@FHTTPD_LIB@%%g
s%@FHTTPD_TARGET@%%g
s%@SERVLET_CLASSPATH@%%g
s%@PROG_SENDMAIL@%/usr/sbin/sendmail%g
s%@LIBOBJS@%%g
s%@ALLOCA@%%g
s%@CURL_SHARED_LIBADD@%%g
s%@DBM_LIB@%%g
s%@DBM_TYPE@%%g
s%@DBA_SHARED_LIBADD@%%g
s%@GD_LFLAGS@%%g
s%@GD_LIBS@%%g
s%@GETTEXT_SHARED_LIBADD@%%g
s%@ICAP_SHARED_LIBADD@%%g
s%@IMAP_SHARED_LIBADD@%%g
s%@IFX_ESQL_FLAGS@%%g
s%@INFORMIX_SHARED_LIBADD@%%g
s%@INFORMIXDIR@%%g
s%@IFX_LIBS@%%g
s%@II_SHARED_LIBADD@%%g
s%@INTERBASE_SHARED_LIBADD@%%g
s%@JAVA_CFLAGS@%%g
s%@JAVA_CLASSPATH@%%g
s%@JAVA_INCLUDE@%%g
s%@JAVA_SHARED@%%g
s%@JAVA_JAR@%%g
s%@LDAP_SHARED_LIBADD@%%g
s%@MCAL_SHARED_LIBADD@%%g
s%@MCRYPT_SHARED_LIBADD@%%g
s%@MHASH_SHARED_LIBADD@%%g
s%@MSQL_SHARED_LIBADD@%%g
s%@MYSQL_LIBADD@%libmysql/libmysql_client.la%g
s%@MYSQL_SUBDIRS@%libmysql%g
s%@MYSQL_SHARED_LIBADD@%libmysql/libmysql_client.la%g
s%@OCI8_SHARED_LIBADD@%%g
s%@OCI8_DIR@%%g
s%@OCI8_VERSION@%%g
s%@ODBC_INCDIR@%%g
s%@ODBC_INCLUDE@%%g
s%@ODBC_LIBDIR@%%g
s%@ODBC_LIBS@%%g
s%@ODBC_LFLAGS@%%g
s%@ODBC_TYPE@%%g
s%@ORACLE_SHARED_LIBADD@%%g
s%@ORACLE_DIR@%%g
s%@ORACLE_VERSION@%%g
s%@OVRIMOS_SHARED_LIBADD@%%g
s%@PCRE_LIBADD@%pcrelib/libpcre.la%g
s%@PCRE_SUBDIRS@%pcrelib%g
s%@PCRE_SHARED_LIBADD@%pcrelib/libpcre.la%g
s%@PFPRO_SHARED_LIBADD@%%g
s%@PGSQL_INCLUDE@%%g
s%@PGSQL_SHARED_LIBADD@%%g
s%@PSPELL_SHARED_LIBADD@%%g
s%@READLINE_SHARED_LIBADD@%%g
s%@RECODE_SHARED_LIBADD@%%g
s%@SABLOT_SHARED_LIBADD@%%g
s%@orbit_config@%%g
s%@libidl_config@%%g
s%@SESSION_SHARED_LIBADD@%%g
s%@SNMP_SHARED_LIBADD@%%g
s%@SNMP_LIBDIR@%%g
s%@SNMP_INCLUDE@%%g
s%@KSTAT_LIBS@%%g
s%@SWF_SHARED_LIBADD@%%g
s%@yazconfig@%%g
s%@YAZ_SHARED_LIBADD@%%g
s%@ZLIB_SHARED_LIBADD@%%g
s%@REGEX_DIR@%%g
s%@REGEX_LIB@%%g
s%@HSREGEX@%%g
s%@ZEND_SCANNER@%libZend_c.la%g
s%@CXX@%%g
s%@CXXCPP@%%g
s%@INLINE_CFLAGS@%-g %g
s%@abs_builddir@%/usr/php-4.0.3pl1%g
s%@abs_srcdir@%/usr/php-4.0.3pl1%g
s%@phplibdir@%/usr/php-4.0.3pl1/modules%g
s%@phptempdir@%/usr/php-4.0.3pl1/libs%g
s%@CONFIGURE_COMMAND@% './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-config-file-path=/usr/local/apache/conf' '--enable-track-vars' '--with-mysql' '--with-system-regex'%g
s%@CXX_PHP_COMPILE@%$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<%g
s%@DEBUG_CFLAGS@%%g
s%@EXTENSION_DIR@%/usr/local/lib/php/extensions/no-debug-non-zts-20000809%g
s%@EXTRA_LDFLAGS@% -avoid-version %g
s%@EXTRA_LIBS@% -lpam -lm -lcrypt %g
s%@INCLUDES@% -I/usr/local/apache/include -I$(top_builddir)/Zend -I$(top_srcdir) -I/usr/php-4.0.3pl1/ext/mysql/libmysql -I/usr/php-4.0.3pl1/ext/xml/expat/xmltok -I/usr/php-4.0.3pl1/ext/xml/expat/xmlparse -I$(top_builddir)/TSRM%g
s%@INCLUDE_PATH@%.:/usr/local/lib/php%g
s%@INSTALL_IT@%/usr/local/apache/bin/apxs -i -a -n php4 libs/libphp4.so%g
s%@LFLAGS@%%g
s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool --silent%g
s%@NATIVE_RPATHS@%%g
s%@PEAR_DIR@%pear%g
s%@PEAR_INSTALLDIR@%/usr/local/lib/php%g
s%@PHP_BUILD_DATE@%2000-11-01%g
s%@PHP_COMPILE@%$(LIBTOOL) --mode=compile $(COMPILE) -c $<%g
s%@PHP_LDFLAGS@%%g
s%@PHP_LIBS@%%g
s%@PHP_PROGRAM@%%g
s%@PHP_RPATHS@%%g
s%@PHP_SAPI@%apache%g
s%@PHP_VERSION@%4.0.3pl1%g
s%@SHARED_LIBTOOL@%$(LIBTOOL)%g
s%@TSRM_DIR@%TSRM%g
s%@TSRM_LIB@%TSRM/libtsrm.la%g
s%@WARNING_LEVEL@%%g
s%@build@%i386-unknown-freebsd4.0%g
s%@build_alias@%i386-unknown-freebsd4.0%g
s%@build_cpu@%i386%g
s%@build_vendor@%unknown%g
s%@build_os@%freebsd4.0%g
CEOF
# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
if test $ac_beg -gt 1; then
sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
else
sed "${ac_end}q" conftest.subs > conftest.s$ac_file
fi
if test ! -s conftest.s$ac_file; then
ac_more_lines=false
rm -f conftest.s$ac_file
else
if test -z "$ac_sed_cmds"; then
ac_sed_cmds="sed -f conftest.s$ac_file"
else
ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
fi
ac_file=`expr $ac_file + 1`
ac_beg=$ac_end
ac_end=`expr $ac_end + $ac_max_sed_cmds`
fi
done
if test -z "$ac_sed_cmds"; then
ac_sed_cmds=cat
fi
CONFIG_FILES=${CONFIG_FILES-"php4.spec Zend/Makefile build-defs.h pear/pear pear/phpize pear/php-config pear/PEAR.php TSRM/Makefile"}
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
case "$ac_file" in
*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
# Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
# Remove last slash and all that follows it. Not all systems have dirname.
ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
# The file is in a subdirectory.
test ! -d "$ac_dir" && mkdir "$ac_dir"
ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
# A "/archive/2000_11/.." for each directory in $ac_dir_suffix.
ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
else
ac_dir_suffix= ac_dots=
fi
case "$ac_given_srcdir" in
.) srcdir=.
if test -z "$ac_dots"; then top_srcdir=.
else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
case "$ac_given_INSTALL" in
[/$]*) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
echo creating "$ac_file"
rm -f "$ac_file"
configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
case "$ac_file" in
*Makefile*) ac_comsub="1i\\
# $configure_input" ;;
*) ac_comsub= ;;
esac
ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
s%@INSTALL@%$INSTALL%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*
# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ ]*\)#\([ ]*define[ ][ ]*\)'
ac_dB='\([ ][ ]*\)[^ ]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_uB='\([ ]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'
if test "${CONFIG_HEADERS+set}" != set; then
CONFIG_HEADERS="php_config.h"
fi
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
# Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
case "$ac_file" in
*:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
echo creating $ac_file
rm -f conftest.frag conftest.in conftest.out
ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
cat $ac_file_inputs > conftest.in
cat > conftest.frag <<CEOF
${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"php"${ac_dD}
${ac_uA}PACKAGE${ac_uB}PACKAGE${ac_uC}"php"${ac_uD}
${ac_eA}PACKAGE${ac_eB}PACKAGE${ac_eC}"php"${ac_eD}
${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"4.0.3pl1"${ac_dD}
${ac_uA}VERSION${ac_uB}VERSION${ac_uC}"4.0.3pl1"${ac_uD}
${ac_eA}VERSION${ac_eB}VERSION${ac_eC}"4.0.3pl1"${ac_eD}
${ac_dA}YYTEXT_POINTER${ac_dB}YYTEXT_POINTER${ac_dC}1${ac_dD}
${ac_uA}YYTEXT_POINTER${ac_uB}YYTEXT_POINTER${ac_uC}1${ac_uD}
${ac_eA}YYTEXT_POINTER${ac_eB}YYTEXT_POINTER${ac_eC}1${ac_eD}
${ac_dA}HAVE_AP_CONFIG_H${ac_dB}HAVE_AP_CONFIG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_AP_CONFIG_H${ac_uB}HAVE_AP_CONFIG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_AP_CONFIG_H${ac_eB}HAVE_AP_CONFIG_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_AP_COMPAT_H${ac_dB}HAVE_AP_COMPAT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_AP_COMPAT_H${ac_uB}HAVE_AP_COMPAT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_AP_COMPAT_H${ac_eB}HAVE_AP_COMPAT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SENDMAIL${ac_dB}HAVE_SENDMAIL${ac_dC}1${ac_dD}
${ac_uA}HAVE_SENDMAIL${ac_uB}HAVE_SENDMAIL${ac_uC}1${ac_uD}
${ac_eA}HAVE_SENDMAIL${ac_eB}HAVE_SENDMAIL${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIBCRYPT${ac_dB}HAVE_LIBCRYPT${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBCRYPT${ac_uB}HAVE_LIBCRYPT${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBCRYPT${ac_eB}HAVE_LIBCRYPT${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIBM${ac_dB}HAVE_LIBM${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBM${ac_uB}HAVE_LIBM${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBM${ac_eB}HAVE_LIBM${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DIRENT_H${ac_eB}HAVE_DIRENT_H${ac_eC}1${ac_eD}
${ac_dA}MISSING_FCLOSE_DECL${ac_dB}MISSING_FCLOSE_DECL${ac_dC}0${ac_dD}
${ac_uA}MISSING_FCLOSE_DECL${ac_uB}MISSING_FCLOSE_DECL${ac_uC}0${ac_uD}
${ac_eA}MISSING_FCLOSE_DECL${ac_eB}MISSING_FCLOSE_DECL${ac_eC}0${ac_eD}
${ac_dA}HAVE_ARPA_INET_H${ac_dB}HAVE_ARPA_INET_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_ARPA_INET_H${ac_uB}HAVE_ARPA_INET_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_ARPA_INET_H${ac_eB}HAVE_ARPA_INET_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_GRP_H${ac_dB}HAVE_GRP_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_GRP_H${ac_uB}HAVE_GRP_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_GRP_H${ac_eB}HAVE_GRP_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LOCALE_H${ac_dB}HAVE_LOCALE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCALE_H${ac_uB}HAVE_LOCALE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCALE_H${ac_eB}HAVE_LOCALE_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_NETINET_IN_H${ac_dB}HAVE_NETINET_IN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_NETINET_IN_H${ac_uB}HAVE_NETINET_IN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_NETINET_IN_H${ac_eB}HAVE_NETINET_IN_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGNAL_H${ac_dB}HAVE_SIGNAL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGNAL_H${ac_uB}HAVE_SIGNAL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGNAL_H${ac_eB}HAVE_SIGNAL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDARG_H${ac_eB}HAVE_STDARG_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYSLOG_H${ac_dB}HAVE_SYSLOG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYSLOG_H${ac_uB}HAVE_SYSLOG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYSLOG_H${ac_eB}HAVE_SYSLOG_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_FILE_H${ac_dB}HAVE_SYS_FILE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_FILE_H${ac_uB}HAVE_SYS_FILE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_FILE_H${ac_eB}HAVE_SYS_FILE_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_MMAN_H${ac_dB}HAVE_SYS_MMAN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_MMAN_H${ac_uB}HAVE_SYS_MMAN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_MMAN_H${ac_eB}HAVE_SYS_MMAN_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_RESOURCE_H${ac_dB}HAVE_SYS_RESOURCE_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_RESOURCE_H${ac_uB}HAVE_SYS_RESOURCE_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_RESOURCE_H${ac_eB}HAVE_SYS_RESOURCE_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_SELECT_H${ac_dB}HAVE_SYS_SELECT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_SELECT_H${ac_uB}HAVE_SYS_SELECT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_SELECT_H${ac_eB}HAVE_SYS_SELECT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_SOCKET_H${ac_eB}HAVE_SYS_SOCKET_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TIME_H${ac_eB}HAVE_SYS_TIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_WAIT_H${ac_eB}HAVE_SYS_WAIT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_UTIME_H${ac_dB}HAVE_UTIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTIME_H${ac_uB}HAVE_UTIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTIME_H${ac_eB}HAVE_UTIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TM_ZONE${ac_dB}HAVE_TM_ZONE${ac_dC}1${ac_dD}
${ac_uA}HAVE_TM_ZONE${ac_uB}HAVE_TM_ZONE${ac_uC}1${ac_uD}
${ac_eA}HAVE_TM_ZONE${ac_eB}HAVE_TM_ZONE${ac_eC}1${ac_eD}
${ac_dA}HAVE_TM_GMTOFF${ac_dB}HAVE_TM_GMTOFF${ac_dC}1${ac_dD}
${ac_uA}HAVE_TM_GMTOFF${ac_uB}HAVE_TM_GMTOFF${ac_uC}1${ac_uD}
${ac_eA}HAVE_TM_GMTOFF${ac_eB}HAVE_TM_GMTOFF${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRUCT_FLOCK${ac_dB}HAVE_STRUCT_FLOCK${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRUCT_FLOCK${ac_uB}HAVE_STRUCT_FLOCK${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRUCT_FLOCK${ac_eB}HAVE_STRUCT_FLOCK${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SOCKLEN_T${ac_dB}HAVE_SOCKLEN_T${ac_dC}1${ac_dD}
${ac_uA}HAVE_SOCKLEN_T${ac_uB}HAVE_SOCKLEN_T${ac_uC}1${ac_uD}
${ac_eA}HAVE_SOCKLEN_T${ac_eB}HAVE_SOCKLEN_T${ac_eC}1${ac_eD}
${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD}
${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD}
${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}4${ac_eD}
${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}4${ac_dD}
${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}4${ac_uD}
${ac_eA}SIZEOF_INT${ac_eB}SIZEOF_INT${ac_eC}4${ac_eD}
${ac_dA}HAVE_ST_BLKSIZE${ac_dB}HAVE_ST_BLKSIZE${ac_dC}1${ac_dD}
${ac_uA}HAVE_ST_BLKSIZE${ac_uB}HAVE_ST_BLKSIZE${ac_uC}1${ac_uD}
${ac_eA}HAVE_ST_BLKSIZE${ac_eB}HAVE_ST_BLKSIZE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_ST_BLOCKS${ac_dB}HAVE_ST_BLOCKS${ac_dC}1${ac_dD}
${ac_uA}HAVE_ST_BLOCKS${ac_uB}HAVE_ST_BLOCKS${ac_uC}1${ac_uD}
${ac_eA}HAVE_ST_BLOCKS${ac_eB}HAVE_ST_BLOCKS${ac_eC}1${ac_eD}
${ac_dA}HAVE_ST_RDEV${ac_dB}HAVE_ST_RDEV${ac_dC}1${ac_dD}
${ac_uA}HAVE_ST_RDEV${ac_uB}HAVE_ST_RDEV${ac_uC}1${ac_uD}
${ac_eA}HAVE_ST_RDEV${ac_eB}HAVE_ST_RDEV${ac_eC}1${ac_eD}
${ac_dA}HAVE_VPRINTF${ac_dB}HAVE_VPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_VPRINTF${ac_uB}HAVE_VPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_VPRINTF${ac_eB}HAVE_VPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_ASCTIME_R${ac_dB}HAVE_ASCTIME_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_ASCTIME_R${ac_uB}HAVE_ASCTIME_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_ASCTIME_R${ac_eB}HAVE_ASCTIME_R${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_CRYPT${ac_dB}HAVE_CRYPT${ac_dC}1${ac_dD}
${ac_uA}HAVE_CRYPT${ac_uB}HAVE_CRYPT${ac_uC}1${ac_uD}
${ac_eA}HAVE_CRYPT${ac_eB}HAVE_CRYPT${ac_eC}1${ac_eD}
${ac_dA}HAVE_CTIME_R${ac_dB}HAVE_CTIME_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_CTIME_R${ac_uB}HAVE_CTIME_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_CTIME_R${ac_eB}HAVE_CTIME_R${ac_eC}1${ac_eD}
${ac_dA}HAVE_FLOCK${ac_dB}HAVE_FLOCK${ac_dC}1${ac_dD}
${ac_uA}HAVE_FLOCK${ac_uB}HAVE_FLOCK${ac_uC}1${ac_uD}
${ac_eA}HAVE_FLOCK${ac_eB}HAVE_FLOCK${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETLOGIN${ac_dB}HAVE_GETLOGIN${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETLOGIN${ac_uB}HAVE_GETLOGIN${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETLOGIN${ac_eB}HAVE_GETLOGIN${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETHOSTBYADDR${ac_dB}HAVE_GETHOSTBYADDR${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETHOSTBYADDR${ac_uB}HAVE_GETHOSTBYADDR${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETHOSTBYADDR${ac_eB}HAVE_GETHOSTBYADDR${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETRUSAGE${ac_dB}HAVE_GETRUSAGE${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETRUSAGE${ac_uB}HAVE_GETRUSAGE${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETRUSAGE${ac_eB}HAVE_GETRUSAGE${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETTIMEOFDAY${ac_dB}HAVE_GETTIMEOFDAY${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETTIMEOFDAY${ac_uB}HAVE_GETTIMEOFDAY${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETTIMEOFDAY${ac_eB}HAVE_GETTIMEOFDAY${ac_eC}1${ac_eD}
${ac_dA}HAVE_GMTIME_R${ac_dB}HAVE_GMTIME_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_GMTIME_R${ac_uB}HAVE_GMTIME_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_GMTIME_R${ac_eB}HAVE_GMTIME_R${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_INET_ATON${ac_dB}HAVE_INET_ATON${ac_dC}1${ac_dD}
${ac_uA}HAVE_INET_ATON${ac_uB}HAVE_INET_ATON${ac_uC}1${ac_uD}
${ac_eA}HAVE_INET_ATON${ac_eB}HAVE_INET_ATON${ac_eC}1${ac_eD}
${ac_dA}HAVE_ISASCII${ac_dB}HAVE_ISASCII${ac_dC}1${ac_dD}
${ac_uA}HAVE_ISASCII${ac_uB}HAVE_ISASCII${ac_uC}1${ac_uD}
${ac_eA}HAVE_ISASCII${ac_eB}HAVE_ISASCII${ac_eC}1${ac_eD}
${ac_dA}HAVE_LINK${ac_dB}HAVE_LINK${ac_dC}1${ac_dD}
${ac_uA}HAVE_LINK${ac_uB}HAVE_LINK${ac_uC}1${ac_uD}
${ac_eA}HAVE_LINK${ac_eB}HAVE_LINK${ac_eC}1${ac_eD}
${ac_dA}HAVE_LOCALTIME_R${ac_dB}HAVE_LOCALTIME_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCALTIME_R${ac_uB}HAVE_LOCALTIME_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCALTIME_R${ac_eB}HAVE_LOCALTIME_R${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_LOCKF${ac_dB}HAVE_LOCKF${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCKF${ac_uB}HAVE_LOCKF${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCKF${ac_eB}HAVE_LOCKF${ac_eC}1${ac_eD}
${ac_dA}HAVE_LRAND48${ac_dB}HAVE_LRAND48${ac_dC}1${ac_dD}
${ac_uA}HAVE_LRAND48${ac_uB}HAVE_LRAND48${ac_uC}1${ac_uD}
${ac_eA}HAVE_LRAND48${ac_eB}HAVE_LRAND48${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_MKSTEMP${ac_dB}HAVE_MKSTEMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MKSTEMP${ac_uB}HAVE_MKSTEMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MKSTEMP${ac_eB}HAVE_MKSTEMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD}
${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD}
${ac_eA}HAVE_MMAP${ac_eB}HAVE_MMAP${ac_eC}1${ac_eD}
${ac_dA}HAVE_PUTENV${ac_dB}HAVE_PUTENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_PUTENV${ac_uB}HAVE_PUTENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_PUTENV${ac_eB}HAVE_PUTENV${ac_eC}1${ac_eD}
${ac_dA}HAVE_RANDOM${ac_dB}HAVE_RANDOM${ac_dC}1${ac_dD}
${ac_uA}HAVE_RANDOM${ac_uB}HAVE_RANDOM${ac_uC}1${ac_uD}
${ac_eA}HAVE_RANDOM${ac_eB}HAVE_RANDOM${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_RAND_R${ac_dB}HAVE_RAND_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_RAND_R${ac_uB}HAVE_RAND_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_RAND_R${ac_eB}HAVE_RAND_R${ac_eC}1${ac_eD}
${ac_dA}HAVE_REGCOMP${ac_dB}HAVE_REGCOMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_REGCOMP${ac_uB}HAVE_REGCOMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_REGCOMP${ac_eB}HAVE_REGCOMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETITIMER${ac_dB}HAVE_SETITIMER${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETITIMER${ac_uB}HAVE_SETITIMER${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETITIMER${ac_eB}HAVE_SETITIMER${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETLOCALE${ac_dB}HAVE_SETLOCALE${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETLOCALE${ac_uB}HAVE_SETLOCALE${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETLOCALE${ac_eB}HAVE_SETLOCALE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SETSOCKOPT${ac_dB}HAVE_SETSOCKOPT${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETSOCKOPT${ac_uB}HAVE_SETSOCKOPT${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETSOCKOPT${ac_eB}HAVE_SETSOCKOPT${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETVBUF${ac_dB}HAVE_SETVBUF${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETVBUF${ac_uB}HAVE_SETVBUF${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETVBUF${ac_eB}HAVE_SETVBUF${ac_eC}1${ac_eD}
${ac_dA}HAVE_SHUTDOWN${ac_dB}HAVE_SHUTDOWN${ac_dC}1${ac_dD}
${ac_uA}HAVE_SHUTDOWN${ac_uB}HAVE_SHUTDOWN${ac_uC}1${ac_uD}
${ac_eA}HAVE_SHUTDOWN${ac_eB}HAVE_SHUTDOWN${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIN${ac_dB}HAVE_SIN${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIN${ac_uB}HAVE_SIN${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIN${ac_eB}HAVE_SIN${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_SNPRINTF${ac_eB}HAVE_SNPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_SRAND48${ac_dB}HAVE_SRAND48${ac_dC}1${ac_dD}
${ac_uA}HAVE_SRAND48${ac_uB}HAVE_SRAND48${ac_uC}1${ac_uD}
${ac_eA}HAVE_SRAND48${ac_eB}HAVE_SRAND48${ac_eC}1${ac_eD}
${ac_dA}HAVE_SRANDOM${ac_dB}HAVE_SRANDOM${ac_dC}1${ac_dD}
${ac_uA}HAVE_SRANDOM${ac_uB}HAVE_SRANDOM${ac_uC}1${ac_uD}
${ac_eA}HAVE_SRANDOM${ac_eB}HAVE_SRANDOM${ac_eC}1${ac_eD}
${ac_dA}HAVE_STATFS${ac_dB}HAVE_STATFS${ac_dC}1${ac_dD}
${ac_uA}HAVE_STATFS${ac_uB}HAVE_STATFS${ac_uC}1${ac_uD}
${ac_eA}HAVE_STATFS${ac_eB}HAVE_STATFS${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRDUP${ac_eB}HAVE_STRDUP${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRFTIME${ac_dB}HAVE_STRFTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRFTIME${ac_uB}HAVE_STRFTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRFTIME${ac_eB}HAVE_STRFTIME${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRTOK_R${ac_dB}HAVE_STRTOK_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRTOK_R${ac_uB}HAVE_STRTOK_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRTOK_R${ac_eB}HAVE_STRTOK_R${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYMLINK${ac_dB}HAVE_SYMLINK${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYMLINK${ac_uB}HAVE_SYMLINK${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYMLINK${ac_eB}HAVE_SYMLINK${ac_eC}1${ac_eD}
${ac_dA}HAVE_TEMPNAM${ac_dB}HAVE_TEMPNAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_TEMPNAM${ac_uB}HAVE_TEMPNAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_TEMPNAM${ac_eB}HAVE_TEMPNAM${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_TZSET${ac_dB}HAVE_TZSET${ac_dC}1${ac_dD}
${ac_uA}HAVE_TZSET${ac_uB}HAVE_TZSET${ac_uC}1${ac_uD}
${ac_eA}HAVE_TZSET${ac_eB}HAVE_TZSET${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNSETENV${ac_dB}HAVE_UNSETENV${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNSETENV${ac_uB}HAVE_UNSETENV${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNSETENV${ac_eB}HAVE_UNSETENV${ac_eC}1${ac_eD}
${ac_dA}HAVE_USLEEP${ac_dB}HAVE_USLEEP${ac_dC}1${ac_dD}
${ac_uA}HAVE_USLEEP${ac_uB}HAVE_USLEEP${ac_uC}1${ac_uD}
${ac_eA}HAVE_USLEEP${ac_eB}HAVE_USLEEP${ac_eC}1${ac_eD}
${ac_dA}HAVE_UTIME${ac_dB}HAVE_UTIME${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTIME${ac_uB}HAVE_UTIME${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTIME${ac_eB}HAVE_UTIME${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_VSNPRINTF${ac_dB}HAVE_VSNPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_VSNPRINTF${ac_uB}HAVE_VSNPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_VSNPRINTF${ac_eB}HAVE_VSNPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETADDRINFO${ac_dB}HAVE_GETADDRINFO${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETADDRINFO${ac_uB}HAVE_GETADDRINFO${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETADDRINFO${ac_eB}HAVE_GETADDRINFO${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRLCAT${ac_dB}HAVE_STRLCAT${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRLCAT${ac_uB}HAVE_STRLCAT${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRLCAT${ac_eB}HAVE_STRLCAT${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRLCPY${ac_dB}HAVE_STRLCPY${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRLCPY${ac_uB}HAVE_STRLCPY${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRLCPY${ac_eB}HAVE_STRLCPY${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETOPT${ac_dB}HAVE_GETOPT${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETOPT${ac_uB}HAVE_GETOPT${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETOPT${ac_eB}HAVE_GETOPT${ac_eC}1${ac_eD}
${ac_dA}HAVE_UTIME_NULL${ac_dB}HAVE_UTIME_NULL${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTIME_NULL${ac_uB}HAVE_UTIME_NULL${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTIME_NULL${ac_eB}HAVE_UTIME_NULL${ac_eC}1${ac_eD}
${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
${ac_dA}PHP_BROKEN_SPRINTF${ac_dB}PHP_BROKEN_SPRINTF${ac_dC}0${ac_dD}
${ac_uA}PHP_BROKEN_SPRINTF${ac_uB}PHP_BROKEN_SPRINTF${ac_uC}0${ac_uD}
${ac_eA}PHP_BROKEN_SPRINTF${ac_eB}PHP_BROKEN_SPRINTF${ac_eC}0${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_DECLARED_TIMEZONE${ac_dB}HAVE_DECLARED_TIMEZONE${ac_dC}1${ac_dD}
${ac_uA}HAVE_DECLARED_TIMEZONE${ac_uB}HAVE_DECLARED_TIMEZONE${ac_uC}1${ac_uD}
${ac_eA}HAVE_DECLARED_TIMEZONE${ac_eB}HAVE_DECLARED_TIMEZONE${ac_eC}1${ac_eD}
${ac_dA}HAVE_POSIX_READDIR_R${ac_dB}HAVE_POSIX_READDIR_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_POSIX_READDIR_R${ac_uB}HAVE_POSIX_READDIR_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_POSIX_READDIR_R${ac_eB}HAVE_POSIX_READDIR_R${ac_eC}1${ac_eD}
${ac_dA}in_addr_t${ac_dB}in_addr_t${ac_dC}u_int${ac_dD}
${ac_uA}in_addr_t${ac_uB}in_addr_t${ac_uC}u_int${ac_uD}
${ac_eA}in_addr_t${ac_eB}in_addr_t${ac_eC}u_int${ac_eD}
${ac_dA}CONFIGURATION_FILE_PATH${ac_dB}CONFIGURATION_FILE_PATH${ac_dC}"/usr/local/apache/conf/index.html"${ac_dD}
${ac_uA}CONFIGURATION_FILE_PATH${ac_uB}CONFIGURATION_FILE_PATH${ac_uC}"/usr/local/apache/conf/index.html"${ac_uD}
${ac_eA}CONFIGURATION_FILE_PATH${ac_eB}CONFIGURATION_FILE_PATH${ac_eC}"/usr/local/apache/conf/index.html"${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}USE_CONFIG_FILE${ac_dB}USE_CONFIG_FILE${ac_dC}1${ac_dD}
${ac_uA}USE_CONFIG_FILE${ac_uB}USE_CONFIG_FILE${ac_uC}1${ac_uD}
${ac_eA}USE_CONFIG_FILE${ac_eB}USE_CONFIG_FILE${ac_eC}1${ac_eD}
${ac_dA}PHP_SAFE_MODE${ac_dB}PHP_SAFE_MODE${ac_dC}0${ac_dD}
${ac_uA}PHP_SAFE_MODE${ac_uB}PHP_SAFE_MODE${ac_uC}0${ac_uD}
${ac_eA}PHP_SAFE_MODE${ac_eB}PHP_SAFE_MODE${ac_eC}0${ac_eD}
${ac_dA}PHP_SAFE_MODE_EXEC_DIR${ac_dB}PHP_SAFE_MODE_EXEC_DIR${ac_dC}"/usr/local/php/bin/index.html"${ac_dD}
${ac_uA}PHP_SAFE_MODE_EXEC_DIR${ac_uB}PHP_SAFE_MODE_EXEC_DIR${ac_uC}"/usr/local/php/bin/index.html"${ac_uD}
${ac_eA}PHP_SAFE_MODE_EXEC_DIR${ac_eB}PHP_SAFE_MODE_EXEC_DIR${ac_eC}"/usr/local/php/bin/index.html"${ac_eD}
${ac_dA}PHP_SIGCHILD${ac_dB}PHP_SIGCHILD${ac_dC}0${ac_dD}
${ac_uA}PHP_SIGCHILD${ac_uB}PHP_SIGCHILD${ac_uC}0${ac_uD}
${ac_eA}PHP_SIGCHILD${ac_eB}PHP_SIGCHILD${ac_eC}0${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}MAGIC_QUOTES${ac_dB}MAGIC_QUOTES${ac_dC}0${ac_dD}
${ac_uA}MAGIC_QUOTES${ac_uB}MAGIC_QUOTES${ac_uC}0${ac_uD}
${ac_eA}MAGIC_QUOTES${ac_eB}MAGIC_QUOTES${ac_eC}0${ac_eD}
${ac_dA}DEFAULT_SHORT_OPEN_TAG${ac_dB}DEFAULT_SHORT_OPEN_TAG${ac_dC}1${ac_dD}
${ac_uA}DEFAULT_SHORT_OPEN_TAG${ac_uB}DEFAULT_SHORT_OPEN_TAG${ac_uC}1${ac_uD}
${ac_eA}DEFAULT_SHORT_OPEN_TAG${ac_eB}DEFAULT_SHORT_OPEN_TAG${ac_eC}1${ac_eD}
${ac_dA}PHP_URL_FOPEN${ac_dB}PHP_URL_FOPEN${ac_dC}1${ac_dD}
${ac_uA}PHP_URL_FOPEN${ac_uB}PHP_URL_FOPEN${ac_uC}1${ac_uD}
${ac_eA}PHP_URL_FOPEN${ac_eB}PHP_URL_FOPEN${ac_eC}1${ac_eD}
${ac_dA}HAVE_MOD_DAV${ac_dB}HAVE_MOD_DAV${ac_dC}0${ac_dD}
${ac_uA}HAVE_MOD_DAV${ac_uB}HAVE_MOD_DAV${ac_uC}0${ac_uD}
${ac_eA}HAVE_MOD_DAV${ac_eB}HAVE_MOD_DAV${ac_eC}0${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_DBA${ac_dB}HAVE_DBA${ac_dC}0${ac_dD}
${ac_uA}HAVE_DBA${ac_uB}HAVE_DBA${ac_uC}0${ac_uD}
${ac_eA}HAVE_DBA${ac_eB}HAVE_DBA${ac_eC}0${ac_eD}
${ac_dA}HYPERWAVE${ac_dB}HYPERWAVE${ac_dC}0${ac_dD}
${ac_uA}HYPERWAVE${ac_uB}HYPERWAVE${ac_uC}0${ac_uD}
${ac_eA}HYPERWAVE${ac_eB}HYPERWAVE${ac_eC}0${ac_eD}
${ac_dA}HAVE_MYSQL${ac_dB}HAVE_MYSQL${ac_dC}1${ac_dD}
${ac_uA}HAVE_MYSQL${ac_uB}HAVE_MYSQL${ac_uC}1${ac_uD}
${ac_eA}HAVE_MYSQL${ac_eB}HAVE_MYSQL${ac_eC}1${ac_eD}
${ac_dA}MYSQL_UNIX_ADDR${ac_dB}MYSQL_UNIX_ADDR${ac_dC}"/tmp/mysql.sock"${ac_dD}
${ac_uA}MYSQL_UNIX_ADDR${ac_uB}MYSQL_UNIX_ADDR${ac_uC}"/tmp/mysql.sock"${ac_uD}
${ac_eA}MYSQL_UNIX_ADDR${ac_eB}MYSQL_UNIX_ADDR${ac_eC}"/tmp/mysql.sock"${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
${ac_dA}UNDEF_THREADS_HACK${ac_dB}UNDEF_THREADS_HACK${ac_dC}${ac_dD}
${ac_uA}UNDEF_THREADS_HACK${ac_uB}UNDEF_THREADS_HACK${ac_uC}${ac_uD}
${ac_eA}UNDEF_THREADS_HACK${ac_eB}UNDEF_THREADS_HACK${ac_eC}${ac_eD}
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
${ac_eA}STDC_HEADERS${ac_eB}STDC_HEADERS${ac_eC}1${ac_eD}
${ac_dA}HAVE_SGTTY_H${ac_dB}HAVE_SGTTY_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SGTTY_H${ac_uB}HAVE_SGTTY_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SGTTY_H${ac_eB}HAVE_SGTTY_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_IOCTL_H${ac_dB}HAVE_SYS_IOCTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_IOCTL_H${ac_uB}HAVE_SYS_IOCTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_IOCTL_H${ac_eB}HAVE_SYS_IOCTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_FCNTL_H${ac_dB}HAVE_FCNTL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCNTL_H${ac_uB}HAVE_FCNTL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCNTL_H${ac_eB}HAVE_FCNTL_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_FLOAT_H${ac_dB}HAVE_FLOAT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FLOAT_H${ac_uB}HAVE_FLOAT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FLOAT_H${ac_eB}HAVE_FLOAT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_FLOATINGPOINT_H${ac_dB}HAVE_FLOATINGPOINT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_FLOATINGPOINT_H${ac_uB}HAVE_FLOATINGPOINT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_FLOATINGPOINT_H${ac_eB}HAVE_FLOATINGPOINT_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_IEEEFP_H${ac_dB}HAVE_IEEEFP_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_IEEEFP_H${ac_uB}HAVE_IEEEFP_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_IEEEFP_H${ac_eB}HAVE_IEEEFP_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMORY_H${ac_dB}HAVE_MEMORY_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMORY_H${ac_uB}HAVE_MEMORY_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMORY_H${ac_eB}HAVE_MEMORY_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_PWD_H${ac_dB}HAVE_PWD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_PWD_H${ac_uB}HAVE_PWD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_PWD_H${ac_eB}HAVE_PWD_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDLIB_H${ac_eB}HAVE_STDLIB_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDDEF_H${ac_dB}HAVE_STDDEF_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDDEF_H${ac_uB}HAVE_STDDEF_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDDEF_H${ac_eB}HAVE_STDDEF_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRINGS_H${ac_dB}HAVE_STRINGS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRINGS_H${ac_uB}HAVE_STRINGS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRINGS_H${ac_eB}HAVE_STRINGS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_MMAN_H${ac_dB}HAVE_SYS_MMAN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_MMAN_H${ac_uB}HAVE_SYS_MMAN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_MMAN_H${ac_eB}HAVE_SYS_MMAN_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_SOCKET_H${ac_eB}HAVE_SYS_SOCKET_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TIMEB_H${ac_dB}HAVE_SYS_TIMEB_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TIMEB_H${ac_uB}HAVE_SYS_TIMEB_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TIMEB_H${ac_eB}HAVE_SYS_TIMEB_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SYS_UN_H${ac_dB}HAVE_SYS_UN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_UN_H${ac_uB}HAVE_SYS_UN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_UN_H${ac_eB}HAVE_SYS_UN_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_WAIT_H${ac_eB}HAVE_SYS_WAIT_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERM_H${ac_dB}HAVE_TERM_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERM_H${ac_uB}HAVE_TERM_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERM_H${ac_eB}HAVE_TERM_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_UTIME_H${ac_dB}HAVE_UTIME_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UTIME_H${ac_uB}HAVE_UTIME_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UTIME_H${ac_eB}HAVE_UTIME_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_TERMIOS_H${ac_eB}HAVE_TERMIOS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SCHED_H${ac_dB}HAVE_SCHED_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SCHED_H${ac_uB}HAVE_SCHED_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SCHED_H${ac_eB}HAVE_SCHED_H${ac_eC}1${ac_eD}
${ac_dA}SIZEOF_CHAR${ac_dB}SIZEOF_CHAR${ac_dC}1${ac_dD}
${ac_uA}SIZEOF_CHAR${ac_uB}SIZEOF_CHAR${ac_uC}1${ac_uD}
${ac_eA}SIZEOF_CHAR${ac_eB}SIZEOF_CHAR${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}SIZEOF_INT${ac_dB}SIZEOF_INT${ac_dC}4${ac_dD}
${ac_uA}SIZEOF_INT${ac_uB}SIZEOF_INT${ac_uC}4${ac_uD}
${ac_eA}SIZEOF_INT${ac_eB}SIZEOF_INT${ac_eC}4${ac_eD}
${ac_dA}SIZEOF_LONG${ac_dB}SIZEOF_LONG${ac_dC}4${ac_dD}
${ac_uA}SIZEOF_LONG${ac_uB}SIZEOF_LONG${ac_uC}4${ac_uD}
${ac_eA}SIZEOF_LONG${ac_eB}SIZEOF_LONG${ac_eC}4${ac_eD}
${ac_dA}SIZEOF_LONG_LONG${ac_dB}SIZEOF_LONG_LONG${ac_dC}8${ac_dD}
${ac_uA}SIZEOF_LONG_LONG${ac_uB}SIZEOF_LONG_LONG${ac_uC}8${ac_uD}
${ac_eA}SIZEOF_LONG_LONG${ac_eB}SIZEOF_LONG_LONG${ac_eC}8${ac_eD}
${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD}
${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD}
${ac_eA}TIME_WITH_SYS_TIME${ac_eB}TIME_WITH_SYS_TIME${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_UINT${ac_dB}HAVE_UINT${ac_dC}${ac_dD}
${ac_uA}HAVE_UINT${ac_uB}HAVE_UINT${ac_uC}${ac_uD}
${ac_eA}HAVE_UINT${ac_eB}HAVE_UINT${ac_eC}${ac_eD}
${ac_dA}SOCKET_SIZE_TYPE${ac_dB}SOCKET_SIZE_TYPE${ac_dC}socklen_t${ac_dD}
${ac_uA}SOCKET_SIZE_TYPE${ac_uB}SOCKET_SIZE_TYPE${ac_uC}socklen_t${ac_uD}
${ac_eA}SOCKET_SIZE_TYPE${ac_eB}SOCKET_SIZE_TYPE${ac_eC}socklen_t${ac_eD}
${ac_dA}HAVE_ALARM${ac_dB}HAVE_ALARM${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALARM${ac_uB}HAVE_ALARM${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALARM${ac_eB}HAVE_ALARM${ac_eC}1${ac_eD}
${ac_dA}HAVE_FTRUNCATE${ac_dB}HAVE_FTRUNCATE${ac_dC}1${ac_dD}
${ac_uA}HAVE_FTRUNCATE${ac_uB}HAVE_FTRUNCATE${ac_uC}1${ac_uD}
${ac_eA}HAVE_FTRUNCATE${ac_eB}HAVE_FTRUNCATE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_RINT${ac_dB}HAVE_RINT${ac_dC}1${ac_dD}
${ac_uA}HAVE_RINT${ac_uB}HAVE_RINT${ac_uC}1${ac_uD}
${ac_eA}HAVE_RINT${ac_eB}HAVE_RINT${ac_eC}1${ac_eD}
${ac_dA}HAVE_FINITE${ac_dB}HAVE_FINITE${ac_dC}1${ac_dD}
${ac_uA}HAVE_FINITE${ac_uB}HAVE_FINITE${ac_uC}1${ac_uD}
${ac_eA}HAVE_FINITE${ac_eB}HAVE_FINITE${ac_eC}1${ac_eD}
${ac_dA}HAVE_FCNTL${ac_dB}HAVE_FCNTL${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCNTL${ac_uB}HAVE_FCNTL${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCNTL${ac_eB}HAVE_FCNTL${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETRUSAGE${ac_dB}HAVE_GETRUSAGE${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETRUSAGE${ac_uB}HAVE_GETRUSAGE${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETRUSAGE${ac_eB}HAVE_GETRUSAGE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETPWUID${ac_dB}HAVE_GETPWUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPWUID${ac_uB}HAVE_GETPWUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPWUID${ac_eB}HAVE_GETPWUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETCWD${ac_dB}HAVE_GETCWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETCWD${ac_uB}HAVE_GETCWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETCWD${ac_eB}HAVE_GETCWD${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETRLIMIT${ac_dB}HAVE_GETRLIMIT${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETRLIMIT${ac_uB}HAVE_GETRLIMIT${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETRLIMIT${ac_eB}HAVE_GETRLIMIT${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETWD${ac_dB}HAVE_GETWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETWD${ac_uB}HAVE_GETWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETWD${ac_eB}HAVE_GETWD${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_INDEX${ac_dB}HAVE_INDEX${ac_dC}1${ac_dD}
${ac_uA}HAVE_INDEX${ac_uB}HAVE_INDEX${ac_uC}1${ac_uD}
${ac_eA}HAVE_INDEX${ac_eB}HAVE_INDEX${ac_eC}1${ac_eD}
${ac_dA}HAVE_LONGJMP${ac_dB}HAVE_LONGJMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_LONGJMP${ac_uB}HAVE_LONGJMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_LONGJMP${ac_eB}HAVE_LONGJMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_PERROR${ac_dB}HAVE_PERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_PERROR${ac_uB}HAVE_PERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_PERROR${ac_eB}HAVE_PERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_PREAD${ac_dB}HAVE_PREAD${ac_dC}1${ac_dD}
${ac_uA}HAVE_PREAD${ac_uB}HAVE_PREAD${ac_uC}1${ac_uD}
${ac_eA}HAVE_PREAD${ac_eB}HAVE_PREAD${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_REALPATH${ac_dB}HAVE_REALPATH${ac_dC}1${ac_dD}
${ac_uA}HAVE_REALPATH${ac_uB}HAVE_REALPATH${ac_uC}1${ac_uD}
${ac_eA}HAVE_REALPATH${ac_eB}HAVE_REALPATH${ac_eC}1${ac_eD}
${ac_dA}HAVE_RENAME${ac_dB}HAVE_RENAME${ac_dC}1${ac_dD}
${ac_uA}HAVE_RENAME${ac_uB}HAVE_RENAME${ac_uC}1${ac_uD}
${ac_eA}HAVE_RENAME${ac_eB}HAVE_RENAME${ac_eC}1${ac_eD}
${ac_dA}HAVE_SOCKET${ac_dB}HAVE_SOCKET${ac_dC}1${ac_dD}
${ac_uA}HAVE_SOCKET${ac_uB}HAVE_SOCKET${ac_uC}1${ac_uD}
${ac_eA}HAVE_SOCKET${ac_eB}HAVE_SOCKET${ac_eC}1${ac_eD}
${ac_dA}HAVE_MADVISE${ac_dB}HAVE_MADVISE${ac_dC}1${ac_dD}
${ac_uA}HAVE_MADVISE${ac_uB}HAVE_MADVISE${ac_uC}1${ac_uD}
${ac_eA}HAVE_MADVISE${ac_eB}HAVE_MADVISE${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRTOUL${ac_dB}HAVE_STRTOUL${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRTOUL${ac_uB}HAVE_STRTOUL${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRTOUL${ac_eB}HAVE_STRTOUL${ac_eC}1${ac_eD}
${ac_dA}HAVE_SNPRINTF${ac_dB}HAVE_SNPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_SNPRINTF${ac_uB}HAVE_SNPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_SNPRINTF${ac_eB}HAVE_SNPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_TEMPNAM${ac_dB}HAVE_TEMPNAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_TEMPNAM${ac_uB}HAVE_TEMPNAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_TEMPNAM${ac_eB}HAVE_TEMPNAM${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPWNAM${ac_dB}HAVE_GETPWNAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPWNAM${ac_uB}HAVE_GETPWNAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPWNAM${ac_eB}HAVE_GETPWNAM${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_BZERO${ac_dB}HAVE_BZERO${ac_dC}1${ac_dD}
${ac_uA}HAVE_BZERO${ac_uB}HAVE_BZERO${ac_uC}1${ac_uD}
${ac_eA}HAVE_BZERO${ac_eB}HAVE_BZERO${ac_eC}1${ac_eD}
${ac_dA}HAVE_BCMP${ac_dB}HAVE_BCMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_BCMP${ac_uB}HAVE_BCMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_BCMP${ac_eB}HAVE_BCMP${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRSTR${ac_dB}HAVE_STRSTR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRSTR${ac_uB}HAVE_STRSTR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRSTR${ac_eB}HAVE_STRSTR${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRPBRK${ac_dB}HAVE_STRPBRK${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRPBRK${ac_uB}HAVE_STRPBRK${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRPBRK${ac_eB}HAVE_STRPBRK${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_STRERROR${ac_dB}HAVE_STRERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRERROR${ac_uB}HAVE_STRERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRERROR${ac_eB}HAVE_STRERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMMOVE${ac_dB}HAVE_MEMMOVE${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMMOVE${ac_uB}HAVE_MEMMOVE${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMMOVE${ac_eB}HAVE_MEMMOVE${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRCASECMP${ac_dB}HAVE_STRCASECMP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRCASECMP${ac_uB}HAVE_STRCASECMP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRCASECMP${ac_eB}HAVE_STRCASECMP${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_LRAND48${ac_dB}HAVE_LRAND48${ac_dC}1${ac_dD}
${ac_uA}HAVE_LRAND48${ac_uB}HAVE_LRAND48${ac_uC}1${ac_uD}
${ac_eA}HAVE_LRAND48${ac_eB}HAVE_LRAND48${ac_eC}1${ac_eD}
${ac_dA}HAVE_LOCALTIME_R${ac_dB}HAVE_LOCALTIME_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_LOCALTIME_R${ac_uB}HAVE_LOCALTIME_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_LOCALTIME_R${ac_eB}HAVE_LOCALTIME_R${ac_eC}1${ac_eD}
${ac_dA}HAVE_CRYPT${ac_dB}HAVE_CRYPT${ac_dC}1${ac_dD}
${ac_uA}HAVE_CRYPT${ac_uB}HAVE_CRYPT${ac_uC}1${ac_uD}
${ac_eA}HAVE_CRYPT${ac_eB}HAVE_CRYPT${ac_eC}1${ac_eD}
${ac_dA}HAVE_DLOPEN${ac_dB}HAVE_DLOPEN${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLOPEN${ac_uB}HAVE_DLOPEN${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLOPEN${ac_eB}HAVE_DLOPEN${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_DLERROR${ac_dB}HAVE_DLERROR${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLERROR${ac_uB}HAVE_DLERROR${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLERROR${ac_eB}HAVE_DLERROR${ac_eC}1${ac_eD}
${ac_dA}HAVE_FCHMOD${ac_dB}HAVE_FCHMOD${ac_dC}1${ac_dD}
${ac_uA}HAVE_FCHMOD${ac_uB}HAVE_FCHMOD${ac_uC}1${ac_uD}
${ac_eA}HAVE_FCHMOD${ac_eB}HAVE_FCHMOD${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETPASS${ac_dB}HAVE_GETPASS${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPASS${ac_uB}HAVE_GETPASS${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPASS${ac_eB}HAVE_GETPASS${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRTOK_R${ac_dB}HAVE_STRTOK_R${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRTOK_R${ac_uB}HAVE_STRTOK_R${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRTOK_R${ac_eB}HAVE_STRTOK_R${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_dB}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_dC}${ac_dD}
${ac_uA}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_uB}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_uC}${ac_uD}
${ac_eA}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_eB}HAVE_GLIBC2_STYLE_GETHOSTBYNAME_R${ac_eC}${ac_eD}
${ac_dA}HAVE_READDIR_R${ac_dB}HAVE_READDIR_R${ac_dC}${ac_dD}
${ac_uA}HAVE_READDIR_R${ac_uB}HAVE_READDIR_R${ac_uC}${ac_uD}
${ac_eA}HAVE_READDIR_R${ac_eB}HAVE_READDIR_R${ac_eC}${ac_eD}
${ac_dA}HAVE_BUNDLED_PCRE${ac_dB}HAVE_BUNDLED_PCRE${ac_dC}1${ac_dD}
${ac_uA}HAVE_BUNDLED_PCRE${ac_uB}HAVE_BUNDLED_PCRE${ac_uC}1${ac_uD}
${ac_eA}HAVE_BUNDLED_PCRE${ac_eB}HAVE_BUNDLED_PCRE${ac_eC}1${ac_eD}
${ac_dA}HAVE_POSIX${ac_dB}HAVE_POSIX${ac_dC}1${ac_dD}
${ac_uA}HAVE_POSIX${ac_uB}HAVE_POSIX${ac_uC}1${ac_uD}
${ac_eA}HAVE_POSIX${ac_eB}HAVE_POSIX${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SETEUID${ac_dB}HAVE_SETEUID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETEUID${ac_uB}HAVE_SETEUID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETEUID${ac_eB}HAVE_SETEUID${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETEGID${ac_dB}HAVE_SETEGID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETEGID${ac_uB}HAVE_SETEGID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETEGID${ac_eB}HAVE_SETEGID${ac_eC}1${ac_eD}
${ac_dA}HAVE_SETSID${ac_dB}HAVE_SETSID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETSID${ac_uB}HAVE_SETSID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETSID${ac_eB}HAVE_SETSID${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETSID${ac_dB}HAVE_GETSID${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETSID${ac_uB}HAVE_GETSID${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETSID${ac_eB}HAVE_GETSID${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_SETPGID${ac_dB}HAVE_SETPGID${ac_dC}1${ac_dD}
${ac_uA}HAVE_SETPGID${ac_uB}HAVE_SETPGID${ac_uC}1${ac_uD}
${ac_eA}HAVE_SETPGID${ac_eB}HAVE_SETPGID${ac_eC}1${ac_eD}
${ac_dA}HAVE_CTERMID${ac_dB}HAVE_CTERMID${ac_dC}1${ac_dD}
${ac_uA}HAVE_CTERMID${ac_uB}HAVE_CTERMID${ac_uC}1${ac_uD}
${ac_eA}HAVE_CTERMID${ac_eB}HAVE_CTERMID${ac_eC}1${ac_eD}
${ac_dA}HAVE_MKFIFO${ac_dB}HAVE_MKFIFO${ac_dC}1${ac_dD}
${ac_uA}HAVE_MKFIFO${ac_uB}HAVE_MKFIFO${ac_uC}1${ac_uD}
${ac_eA}HAVE_MKFIFO${ac_eB}HAVE_MKFIFO${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETRLIMIT${ac_dB}HAVE_GETRLIMIT${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETRLIMIT${ac_uB}HAVE_GETRLIMIT${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETRLIMIT${ac_eB}HAVE_GETRLIMIT${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_LIBDL${ac_dB}HAVE_LIBDL${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBDL${ac_uB}HAVE_LIBDL${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBDL${ac_eB}HAVE_LIBDL${ac_eC}1${ac_eD}
${ac_dA}HAVE_LIBPAM${ac_dB}HAVE_LIBPAM${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBPAM${ac_uB}HAVE_LIBPAM${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBPAM${ac_eB}HAVE_LIBPAM${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETCWD${ac_dB}HAVE_GETCWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETCWD${ac_uB}HAVE_GETCWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETCWD${ac_eB}HAVE_GETCWD${ac_eC}1${ac_eD}
${ac_dA}HAVE_GETWD${ac_dB}HAVE_GETWD${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETWD${ac_uB}HAVE_GETWD${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETWD${ac_eB}HAVE_GETWD${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}PHP_STD_DES_CRYPT${ac_dB}PHP_STD_DES_CRYPT${ac_dC}0${ac_dD}
${ac_uA}PHP_STD_DES_CRYPT${ac_uB}PHP_STD_DES_CRYPT${ac_uC}0${ac_uD}
${ac_eA}PHP_STD_DES_CRYPT${ac_eB}PHP_STD_DES_CRYPT${ac_eC}0${ac_eD}
${ac_dA}PHP_EXT_DES_CRYPT${ac_dB}PHP_EXT_DES_CRYPT${ac_dC}0${ac_dD}
${ac_uA}PHP_EXT_DES_CRYPT${ac_uB}PHP_EXT_DES_CRYPT${ac_uC}0${ac_uD}
${ac_eA}PHP_EXT_DES_CRYPT${ac_eB}PHP_EXT_DES_CRYPT${ac_eC}0${ac_eD}
${ac_dA}PHP_MD5_CRYPT${ac_dB}PHP_MD5_CRYPT${ac_dC}1${ac_dD}
${ac_uA}PHP_MD5_CRYPT${ac_uB}PHP_MD5_CRYPT${ac_uC}1${ac_uD}
${ac_eA}PHP_MD5_CRYPT${ac_eB}PHP_MD5_CRYPT${ac_eC}1${ac_eD}
${ac_dA}PHP_BLOWFISH_CRYPT${ac_dB}PHP_BLOWFISH_CRYPT${ac_dC}0${ac_dD}
${ac_uA}PHP_BLOWFISH_CRYPT${ac_uB}PHP_BLOWFISH_CRYPT${ac_uC}0${ac_uD}
${ac_eA}PHP_BLOWFISH_CRYPT${ac_eB}PHP_BLOWFISH_CRYPT${ac_eC}0${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_LIBEXPAT${ac_dB}HAVE_LIBEXPAT${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBEXPAT${ac_uB}HAVE_LIBEXPAT${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBEXPAT${ac_eB}HAVE_LIBEXPAT${ac_eC}1${ac_eD}
${ac_dA}REGEX${ac_dB}REGEX${ac_dC}0${ac_dD}
${ac_uA}REGEX${ac_uB}REGEX${ac_uC}0${ac_uD}
${ac_eA}REGEX${ac_eB}REGEX${ac_eC}0${ac_eD}
${ac_dA}HAVE_LIMITS_H${ac_dB}HAVE_LIMITS_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIMITS_H${ac_uB}HAVE_LIMITS_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIMITS_H${ac_eB}HAVE_LIMITS_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRING_H${ac_dB}HAVE_STRING_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRING_H${ac_uB}HAVE_STRING_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRING_H${ac_eB}HAVE_STRING_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_UNISTD_H${ac_eB}HAVE_UNISTD_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDARG_H${ac_eB}HAVE_STDARG_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SYS_TYPES_H${ac_eB}HAVE_SYS_TYPES_H${ac_eC}1${ac_eD}
${ac_dA}HAVE_SIGNAL_H${ac_dB}HAVE_SIGNAL_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_SIGNAL_H${ac_uB}HAVE_SIGNAL_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_SIGNAL_H${ac_eB}HAVE_SIGNAL_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_DLFCN_H${ac_uB}HAVE_DLFCN_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_DLFCN_H${ac_eB}HAVE_DLFCN_H${ac_eC}1${ac_eD}
${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD}
${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD}
${ac_eA}RETSIGTYPE${ac_eB}RETSIGTYPE${ac_eC}void${ac_eD}
${ac_dA}HAVE_LIBDL${ac_dB}HAVE_LIBDL${ac_dC}1${ac_dD}
${ac_uA}HAVE_LIBDL${ac_uB}HAVE_LIBDL${ac_uC}1${ac_uD}
${ac_eA}HAVE_LIBDL${ac_eB}HAVE_LIBDL${ac_eC}1${ac_eD}
${ac_dA}ulong${ac_dB}ulong${ac_dC}unsigned long ${ac_dD}
${ac_uA}ulong${ac_uB}ulong${ac_uC}unsigned long ${ac_uD}
${ac_eA}ulong${ac_eB}ulong${ac_eC}unsigned long ${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_VPRINTF${ac_dB}HAVE_VPRINTF${ac_dC}1${ac_dD}
${ac_uA}HAVE_VPRINTF${ac_uB}HAVE_VPRINTF${ac_uC}1${ac_uD}
${ac_eA}HAVE_VPRINTF${ac_eB}HAVE_VPRINTF${ac_eC}1${ac_eD}
${ac_dA}HAVE_ALLOCA${ac_dB}HAVE_ALLOCA${ac_dC}1${ac_dD}
${ac_uA}HAVE_ALLOCA${ac_uB}HAVE_ALLOCA${ac_uC}1${ac_uD}
${ac_eA}HAVE_ALLOCA${ac_eB}HAVE_ALLOCA${ac_eC}1${ac_eD}
${ac_dA}HAVE_MEMCPY${ac_dB}HAVE_MEMCPY${ac_dC}1${ac_dD}
${ac_uA}HAVE_MEMCPY${ac_uB}HAVE_MEMCPY${ac_uC}1${ac_uD}
${ac_eA}HAVE_MEMCPY${ac_eB}HAVE_MEMCPY${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRDUP${ac_dB}HAVE_STRDUP${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRDUP${ac_uB}HAVE_STRDUP${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRDUP${ac_eB}HAVE_STRDUP${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_GETPID${ac_dB}HAVE_GETPID${ac_dC}1${ac_dD}
${ac_uA}HAVE_GETPID${ac_uB}HAVE_GETPID${ac_uC}1${ac_uD}
${ac_eA}HAVE_GETPID${ac_eB}HAVE_GETPID${ac_eC}1${ac_eD}
${ac_dA}HAVE_KILL${ac_dB}HAVE_KILL${ac_dC}1${ac_dD}
${ac_uA}HAVE_KILL${ac_uB}HAVE_KILL${ac_uC}1${ac_uD}
${ac_eA}HAVE_KILL${ac_eB}HAVE_KILL${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRTOD${ac_dB}HAVE_STRTOD${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRTOD${ac_uB}HAVE_STRTOD${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRTOD${ac_eB}HAVE_STRTOD${ac_eC}1${ac_eD}
${ac_dA}HAVE_STRTOL${ac_dB}HAVE_STRTOL${ac_dC}1${ac_dD}
${ac_uA}HAVE_STRTOL${ac_uB}HAVE_STRTOL${ac_uC}1${ac_uD}
${ac_eA}HAVE_STRTOL${ac_eB}HAVE_STRTOL${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_FINITE${ac_dB}HAVE_FINITE${ac_dC}1${ac_dD}
${ac_uA}HAVE_FINITE${ac_uB}HAVE_FINITE${ac_uC}1${ac_uD}
${ac_eA}HAVE_FINITE${ac_eB}HAVE_FINITE${ac_eC}1${ac_eD}
${ac_dA}ZEND_BROKEN_SPRINTF${ac_dB}ZEND_BROKEN_SPRINTF${ac_dC}0${ac_dD}
${ac_uA}ZEND_BROKEN_SPRINTF${ac_uB}ZEND_BROKEN_SPRINTF${ac_uC}0${ac_uD}
${ac_eA}ZEND_BROKEN_SPRINTF${ac_eB}ZEND_BROKEN_SPRINTF${ac_eC}0${ac_eD}
${ac_dA}HAVE_FINITE${ac_dB}HAVE_FINITE${ac_dC}1${ac_dD}
${ac_uA}HAVE_FINITE${ac_uB}HAVE_FINITE${ac_uC}1${ac_uD}
${ac_eA}HAVE_FINITE${ac_eB}HAVE_FINITE${ac_eC}1${ac_eD}
${ac_dA}HAVE_ISINF${ac_dB}HAVE_ISINF${ac_dC}1${ac_dD}
${ac_uA}HAVE_ISINF${ac_uB}HAVE_ISINF${ac_uC}1${ac_uD}
${ac_eA}HAVE_ISINF${ac_eB}HAVE_ISINF${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}HAVE_ISNAN${ac_dB}HAVE_ISNAN${ac_dC}1${ac_dD}
${ac_uA}HAVE_ISNAN${ac_uB}HAVE_ISNAN${ac_uC}1${ac_uD}
${ac_eA}HAVE_ISNAN${ac_eB}HAVE_ISNAN${ac_eC}1${ac_eD}
${ac_dA}ZEND_DEBUG${ac_dB}ZEND_DEBUG${ac_dC}0${ac_dD}
${ac_uA}ZEND_DEBUG${ac_uB}ZEND_DEBUG${ac_uC}0${ac_uD}
${ac_eA}ZEND_DEBUG${ac_eB}ZEND_DEBUG${ac_eC}0${ac_eD}
${ac_dA}MEMORY_LIMIT${ac_dB}MEMORY_LIMIT${ac_dC}0${ac_dD}
${ac_uA}MEMORY_LIMIT${ac_uB}MEMORY_LIMIT${ac_uC}0${ac_uD}
${ac_eA}MEMORY_LIMIT${ac_eB}MEMORY_LIMIT${ac_eC}0${ac_eD}
${ac_dA}HAVE_STDARG_H${ac_dB}HAVE_STDARG_H${ac_dC}1${ac_dD}
${ac_uA}HAVE_STDARG_H${ac_uB}HAVE_STDARG_H${ac_uC}1${ac_uD}
${ac_eA}HAVE_STDARG_H${ac_eB}HAVE_STDARG_H${ac_eC}1${ac_eD}
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
cat > conftest.frag <<CEOF
${ac_dA}PHP_BUILD_DATE${ac_dB}PHP_BUILD_DATE${ac_dC}"2000-11-01"${ac_dD}
${ac_uA}PHP_BUILD_DATE${ac_uB}PHP_BUILD_DATE${ac_uC}"2000-11-01"${ac_uD}
${ac_eA}PHP_BUILD_DATE${ac_eB}PHP_BUILD_DATE${ac_eC}"2000-11-01"${ac_eD}
${ac_dA}PHP_UNAME${ac_dB}PHP_UNAME${ac_dC}"FreeBSD apache.wiegand.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386"${ac_dD}
${ac_uA}PHP_UNAME${ac_uB}PHP_UNAME${ac_uC}"FreeBSD apache.wiegand.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386"${ac_uD}
${ac_eA}PHP_UNAME${ac_eB}PHP_UNAME${ac_eC}"FreeBSD apache.wiegand.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386"${ac_eD}
${ac_dA}PHP_OS${ac_dB}PHP_OS${ac_dC}"FreeBSD"${ac_dD}
${ac_uA}PHP_OS${ac_uB}PHP_OS${ac_uC}"FreeBSD"${ac_uD}
${ac_eA}PHP_OS${ac_eB}PHP_OS${ac_eC}"FreeBSD"${ac_eD}
s%^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
CEOF
sed -f conftest.frag conftest.in > conftest.out
rm -f conftest.in
mv conftest.out conftest.in
rm -f conftest.frag conftest.h
echo "/_ac_file.__Generated_automatically_by_configure.__" > conftest.h
cat conftest.in >> conftest.h
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
echo "$ac_file is unchanged"
rm -f conftest.h
else
# Remove last slash and all that follows it. Not all systems have dirname.
ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
# The file is in a subdirectory.
test ! -d "$ac_dir" && mkdir "$ac_dir"
fi
rm -f $ac_file
mv conftest.h $ac_file
fi
fi; done
if test "$CONFIG_FILES" = "php4.spec Zend/Makefile build-defs.h pear/pear pear/phpize pear/php-config pear/PEAR.php TSRM/Makefile"; then
REDO_ALL=yes
fi
if test -n "$REDO_ALL"; then
/bin/sh ./build/fastgen.sh . yes no sapi/Makefile ext/Makefile Makefile pear/Makefile main/Makefile ext/mysql/Makefile ext/mysql/libmysql/Makefile ext/pcre/Makefile ext/pcre/pcrelib/Makefile ext/posix/Makefile ext/session/Makefile ext/standard/Makefile ext/xml/Makefile ext/xml/expat/Makefile ext/xml/expat/xmlparse/Makefile ext/xml/expat/xmltok/Makefile sapi/apache/Makefile
fi
if test ! -f ./ext/bcmath/number.c; then
echo "creating number.c"
echo "/_Dummy_File_/index.html" > ./ext/bcmath/number.c
echo "creating number.h"
echo "/_Dummy_File_/index.html" > ./ext/bcmath/number.h
fi
################################################################
# Create configuration headers
#
if test -d TSRM; then
echo '#include "../php_config.h"' > TSRM/tsrm_config.h
fi
cat >Zend/zend_config.h <<FEO
#include "../php_config.h"
#if defined(APACHE) && defined(PHP_API_VERSION)
#undef HAVE_DLFCN_H
#endif
FEO
# run this only when generating all the files?
if test -n "$REDO_ALL"; then
# Hacking while airborne considered harmful.
#
echo "creating main/internal_functions.c"
extensions=`grep '^s.@EXT_STATIC@' $0|sed -e '/archive/2000_11/s/._' -e '/archive/2000_11/s/.'`
sh ./genif.sh ./main/internal_functions.c.in . "" $extensions > main/internal_functions.c
if test -n ""; then
echo "+--------------------------------------------------------------------+"
echo "| WARNING: Your /usr/local/apache/bin/apxs script is most likely broken."
echo "| |"
echo "| Please go read http://www.php.net/FAQ.php#6.11 and make the |"
echo "| changes described there and try again. |"
fi
# Warn about CGI version with no extra security options.
if test "apache" = "cgi"; then
if test "" = "0"; then
if test "" = "0"; then
echo "+--------------------------------------------------------------------+"
echo "| *** WARNING *** |"
echo "| |"
echo "| You will be compiling the CGI version of PHP without any |"
echo "| redirection checking. By putting this cgi binary somewhere in |"
echo "| your web space, users may be able to circumvent existing .htaccess |"
echo "| security by loading files directly through the parser. See |"
echo "| http://www.php.net/manual/security.php for more details. |"
fi
fi
fi
if test -n ""; then
rm -f config.cache
cat <<X
+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| php-install@lists.php.net mailing list and include appropiate |
| information about your setup. |
X
fi
if test "builtin" = "builtin" ; then
cat <<X
+--------------------------------------------------------------------+
| *** WARNING *** |
| |
| You chose to compile PHP with the built-in MySQL support. If you |
| are compiling a server module, and intend to use other server |
| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, |
| mod_perl) you must NOT rely on PHP's built-in MySQL support, and |
| instead build it with your local MySQL support files, by adding |
| --with-mysql=/path/to/mysql to your configure line. |
X
fi
echo "+--------------------------------------------------------------------+"
echo "| License: |"
echo "| This software is subject to the PHP License, available in this |"
echo "| distribution in the file LICENSE. By continuing this installation |"
echo "| process, you are bound by the terms of this license agreement. |"
echo "| If you do not agree with the terms of this license, you must abort |"
echo "| the installation process at this point. |"
echo "+--------------------------------------------------------------------+"
cat<<X
Thank you for using PHP.
X
fi
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
exit 0
##
## httpd.conf -- Apache HTTP server configuration file
##
#
# Based upon the NCSA server configuration files originally by Rob McCool.
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://www.apache.org/docs/> for detailed information about
# the directives.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#
# After this file is processed, the server will look for and process
# /usr/local/apache/conf/srm.conf and then /usr/local/apache/conf/access.conf
# unless you have overridden these with ResourceConfig and/or
# AccessConfig directives here.
#
# The configuration directives are grouped into three basic sections:
# 1. Directives that control the operation of the Apache server process as a
# whole (the 'global environment').
# 2. Directives that define the parameters of the 'main' or 'default' server,
# which responds to requests that aren't handled by a virtual host.
# These directives also provide default values for the settings
# of all virtual hosts.
# 3. Settings for virtual hosts, which allow Web requests to be sent to
# different IP addresses or hostnames and have them handled by the
# same Apache server process.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/index.html" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/index.html", the value of ServerRoot is prepended -- so "logs/foo.log"
# with ServerRoot set to "/usr/local/apache/index.html" will be interpreted by the
# server as "/usr/local/apache/logs/foo.log".
#
### Section 1: Global Environment
#
# The directives in this section affect the overall operation of Apache,
# such as the number of concurrent requests it can handle or where it
# can find its configuration files.
#
#
# ServerType is either inetd, or standalone. Inetd mode is only supported on
# Unix platforms.
#
ServerType standalone
#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE! If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the LockFile documentation
# (available at <URL:http://www.apache.org/docs/mod/core.html#lockfile>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
ServerRoot "/usr/local/apache/index.html"
#
# The LockFile directive sets the path to the lockfile used when Apache
# is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
# USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at
# its default value. The main reason for changing it is if the logs
# directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
# DISK. The PID of the main server process is automatically appended to
# the filename.
#
#LockFile /usr/local/apache/logs/httpd.lock
#
# PidFile: The file in which the server should record its process
# identification number when it starts.
#
PidFile /usr/local/apache/logs/httpd.pid
#
# ScoreBoardFile: File used to store internal server process information.
# Not all architectures require this. But if yours does (you'll know because
# this file will be created when you run Apache) then you *must* ensure that
# no two invocations of Apache share the same scoreboard file.
#
ScoreBoardFile /usr/local/apache/logs/httpd.scoreboard
#
# In the standard configuration, the server will process this file,
# srm.conf, and access.conf in that order. The latter two files are
# now distributed empty, as it is recommended that all directives
# be kept in a single file for simplicity. The commented-out values
# below are the built-in defaults. You can have the server ignore
# these files altogether by using "/dev/null/index.html" (for Unix) or
# "nul" (for Win32) for the arguments to the directives.
#
#ResourceConfig conf/srm.conf
#AccessConfig conf/access.conf
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On
#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100
#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 15
#
# Server-pool size regulation. Rather than making you guess how many
# server processes you need, Apache dynamically adapts to the load it
# sees --- that is, it tries to maintain enough server processes to
# handle the current load, plus a few spare servers to handle transient
# load spikes (e.g., multiple simultaneous requests from a single
# Netscape browser).
#
# It does this by periodically checking how many servers are waiting
# for a request. If there are fewer than MinSpareServers, it creates
# a new spare. If there are more than MaxSpareServers, some of the
# spares die off. The default values are probably OK for most sites.
#
MinSpareServers 5
MaxSpareServers 10
#
# Number of servers to start initially --- should be a reasonable ballpark
# figure.
#
StartServers 5
#
# Limit on total number of servers running, i.e., limit on the number
# of clients who can simultaneously connect --- if this limit is ever
# reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW.
# It is intended mainly as a brake to keep a runaway server from taking
# the system with it as it spirals down...
#
MaxClients 150
#
# MaxRequestsPerChild: the number of requests each child process is
# allowed to process before the child dies. The child will exit so
# as to avoid problems after prolonged use when Apache (and maybe the
# libraries it uses) leak memory or other resources. On most systems, this
# isn't really needed, but a few (such as Solaris) do have notable leaks
# in the libraries. For these platforms, set to something like 10000
# or so; a setting of 0 means unlimited.
#
# NOTE: This value does not include keepalive requests after the initial
# request per connection. For example, if a child process handles
# an initial request and 10 subsequent "keptalive" requests, it
# would only count as 1 request towards this limit.
#
MaxRequestsPerChild 0
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80
#
# BindAddress: You can support virtual hosts with this option. This directive
# is used to tell the server which IP address to listen to. It can either
# contain "*", an IP address, or a fully qualified Internet domain name.
# See also the <VirtualHost> and Listen directives.
#
#BindAddress *
#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Please read the file README.DSO in the Apache 1.3 distribution for more
# details about the DSO mechanism and run `httpd -l' for the list of already
# built-in (statically linked and thus always available) modules in your httpd
# binary.
#
# Note: The order is which modules are loaded is important. Don't change
# the order below without expert advice.
#
# Example:
# LoadModule foo_module libexec/mod_foo.so
LoadModule env_module libexec/mod_env.so
LoadModule config_log_module libexec/mod_log_config.so
LoadModule mime_module libexec/mod_mime.so
LoadModule negotiation_module libexec/mod_negotiation.so
LoadModule status_module libexec/mod_status.so
LoadModule info_module libexec/mod_info.so
LoadModule includes_module libexec/mod_include.so
LoadModule autoindex_module libexec/mod_autoindex.so
LoadModule dir_module libexec/mod_dir.so
LoadModule cgi_module libexec/mod_cgi.so
LoadModule asis_module libexec/mod_asis.so
LoadModule imap_module libexec/mod_imap.so
LoadModule action_module libexec/mod_actions.so
LoadModule speling_module libexec/mod_speling.so
LoadModule userdir_module libexec/mod_userdir.so
LoadModule alias_module libexec/mod_alias.so
LoadModule access_module libexec/mod_access.so
LoadModule auth_module libexec/mod_auth.so
LoadModule usertrack_module libexec/mod_usertrack.so
LoadModule setenvif_module libexec/mod_setenvif.so
LoadModule php4_module libexec/libphp4.so
# Reconstruction of the complete module list from all available modules
# (static and shared ones) to achieve correct module execution order.
# [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
ClearModuleList
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
AddModule mod_info.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_speling.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_usertrack.c
AddModule mod_so.c
AddModule mod_setenvif.c
AddModule mod_php4.c
#
# ExtendedStatus controls whether Apache will generate "full" status
# information (ExtendedStatus On) or just basic information (ExtendedStatus
# Off) when the "server-status" handler is called. The default is Off.
#
#ExtendedStatus On
### Section 2: 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#
#
# If your ServerType directive (set earlier in the 'Global Environment'
# section) is set to "inetd", the next few directives don't have any
# effect since their settings are defined by the inetd configuration.
# Skip ahead to the ServerAdmin directive.
#
#
# Port: The port to which the standalone server listens. For
# ports < 1023, you will need httpd to be run as root initially.
#
Port 80
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# . On SCO (ODT 3) use "User nouser" and "Group nogroup".
# . On HPUX you may not be able to use shared memory as nobody, and the
# suggested workaround is to create a user www and use that user.
# NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
# when the value of (unsigned)Group is above 60000;
# don't use Group nobody on these systems!
#
User nobody
Group nobody
#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents.
#
ServerAdmin chip@wiegand.org
#
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e., use
# "www" instead of the host's real name).
#
# Note: You cannot just invent host names and hope they work. The name you
# define here must be a valid DNS name for your host. If you don't understand
# this, ask your network administrator.
# If your host doesn't have a registered DNS name, enter its IP address here.
# You will have to access it by its address (e.g., http://123.45.67.89/)
# anyway, and this will make redirections work in a sensible way.
#
ServerName www.wiegand.org
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
#DocumentRoot "/usr/local/apache/htdocs/index.html"
DocumentRoot "/usr/home/data/index.html"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#
#
# This should be changed to whatever you set DocumentRoot to.
#
#<Directory "/usr/local/apache/htdocs/index.html">
<Directory "/usr/home/data/index.html">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
<IfModule mod_userdir.c>
UserDir www
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS PROPFIND>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS PROPFIND>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.html index.shtml index.cgi index.php
</IfModule>
#
# AccessFileName: The name of the file to look for in each directory
# for access control information.
#
AccessFileName .htaccess
#
# The following lines prevent .htaccess files from being viewed by
# Web clients. Since .htaccess files often contain authorization
# information, access is disallowed for security reasons. Comment
# these lines out if you want Web visitors to see the contents of
# .htaccess files. If you change the AccessFileName directive above,
# be sure to make the corresponding changes here.
#
# Also, folks tend to use names such as .htpasswd for password
# files, so this will protect those as well.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
#
# CacheNegotiatedDocs: By default, Apache sends "Pragma: no-cache" with each
# document that was negotiated on the basis of content. This asks proxy
# servers not to cache the document. Uncommenting the following line disables
# this behavior, and proxies will be allowed to cache the documents.
#
#CacheNegotiatedDocs
#
# UseCanonicalName: (new for 1.3) With this setting turned on, whenever
# Apache needs to construct a self-referencing URL (a URL that refers back
# to the server the response is coming from) it will use ServerName and
# Port to form a "canonical" name. With this setting off, Apache will
# use the hostname:port that the client supplied, when possible. This
# also affects SERVER_NAME and SERVER_PORT in CGI scripts.
#
UseCanonicalName On
#
# TypesConfig describes where the mime.types file (or equivalent) is
# to be found.
#
<IfModule mod_mime.c>
TypesConfig /usr/local/apache/conf/mime.types
</IfModule>
#
# DefaultType is the default MIME type the server will use for a document
# if it cannot otherwise determine one, such as from filename extensions.
# If your server contains mostly text or HTML documents, "text/plain" is
# a good value. If most of your content is binary, such as applications
# or images, you may want to use "application/octet-stream" instead to
# keep browsers from trying to display binary files as though they are
# text.
#
DefaultType text/plain
#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type. The MIMEMagicFile
# directive tells the module where the hint definitions are located.
# mod_mime_magic is not part of the default server (you have to add
# it yourself with a LoadModule [see the DSO paragraph in the 'Global
# Environment' section], or recompile the server and include mod_mime_magic
# as part of the configuration), so it's enclosed in an <IfModule> container.
# This means that the MIMEMagicFile directive will only be processed if the
# module is part of the server.
#
<IfModule mod_mime_magic.c>
MIMEMagicFile /usr/local/apache/conf/magic
</IfModule>
#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off
#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog /usr/local/apache/logs/error_log
#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
#
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
#
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
CustomLog /usr/local/apache/logs/access_log common
#
# If you would like to have agent and referer logfiles, uncomment the
# following directives.
#
#CustomLog /usr/local/apache/logs/referer_log referer
#CustomLog /usr/local/apache/logs/agent_log agent
#
# If you prefer a single logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
#CustomLog /usr/local/apache/logs/access_log combined
#
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (error documents, FTP directory listings,
# mod_status and mod_info output etc., but not CGI generated documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of: On | Off | EMail
#
ServerSignature On
#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
<IfModule mod_alias.c>
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons/index.html" isn't aliased in this
# example, only "/icons/index.html"..
#
Alias /icons/ "/usr/local/apache/icons/index.html"
<Directory "/usr/local/apache/icons/index.html">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the realname directory are treated as applications and
# run by the server when requested rather than as documents sent to the client.
# The same rules about trailing "/index.html" apply to ScriptAlias directives as to
# Alias.
#
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi_bin/index.html"
#
# "/usr/local/apache/cgi_bin/index.html" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/usr/local/apache/cgi_bin/index.html">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</IfModule>
# End of aliases.
#
# Redirect allows you to tell clients about documents which used to exist in
# your server's namespace, but do not anymore. This allows you to tell the
# clients where to look for the relocated document.
# Format: Redirect old-URI new-URL
#
#
# Directives controlling the display of server-generated directory listings.
#
<IfModule mod_autoindex.c>
#
# FancyIndexing is whether you want fancy directory indexing or standard
#
IndexOptions FancyIndexing
#
# AddIcon* directives tell the server which icon to show for different
# files or filename extensions. These are only displayed for
# FancyIndexed directories.
#
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
#
# DefaultIcon is which icon to show for files which do not have an icon
# explicitly set.
#
DefaultIcon /icons/unknown.gif
#
# AddDescription allows you to place a short description after a file in
# server-generated indexes. These are only displayed for FancyIndexed
# directories.
# Format: AddDescription "description" filename
#
#AddDescription "GZIP compressed document" .gz
#AddDescription "tar archive" .tar
#AddDescription "GZIP compressed tar archive" .tgz
#
# ReadmeName is the name of the README file the server will look for by
# default, and append to directory listings.
#
# HeaderName is the name of a file which should be prepended to
# directory indexes.
#
# If MultiViews are amongst the Options in effect, the server will
# first look for name.html and include it if found. If name.html
# doesn't exist, the server will then look for name.txt and include
# it as plaintext if found.
#
ReadmeName README
HeaderName HEADER
#
# IndexIgnore is a set of filenames which directory indexing should ignore
# and not include in the listing. Shell-style wildcarding is permitted.
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
</IfModule>
# End of indexing directives.
#
# Document types.
#
<IfModule mod_mime.c>
#
# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
# information on the fly. Note: Not all browsers support this.
# Despite the name similarity, the following Add* directives have nothing
# to do with the FancyIndexing customization directives above.
#
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
#
# AddLanguage allows you to specify the language of a document. You can
# then use content negotiation to give a browser a file in a language
# it can understand.
#
# Note 1: The suffix does not have to be the same as the language
# keyword --- those with documents in Polish (whose net-standard
# language code is pl) may wish to use "AddLanguage pl .po" to
# avoid the ambiguity with the common suffix for perl scripts.
#
# Note 2: The example entries below illustrate that in quite
# some cases the two character 'Language' abbriviation is not
# identical to the two character 'Country' code for its country,
# E.g. 'Danmark/dk' versus 'Danish/da'.
#
# Note 3: In the case of 'ltz' we violate the RFC by using a three char
# specifier. But there is 'work in progress' to fix this and get
# the reference data for rfc1766 cleaned up.
#
# Danish (da) - Dutch (nl) - English (en) - Estonian (ee)
# French (fr) - German (de) - Greek-Modern (el)
# Italian (it) - Portugese (pt) - Luxembourgeois* (ltz)
# Spanish (es) - Swedish (sv) - Catalan (ca) - Czech(cz)
# Polish (pl) - Brazilian Portuguese (pt-br) - Japanese (ja)
#
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .ee
AddLanguage fr .fr
AddLanguage de .de
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddCharset ISO-2022-JP .jis
AddLanguage pl .po
AddCharset ISO-8859-2 .iso-pl
AddLanguage pt .pt
AddLanguage pt-br .pt-br
AddLanguage ltz .lu
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
#
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
<IfModule mod_negotiation.c>
LanguagePriority en da nl et fr de el it ja pl pt pt-br ltz ca es sv
</IfModule>
#
# AddType allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
# For example, the PHP 3.x module (not part of the Apache distribution - see
# http://www.php.net) will typically use:
#
#AddType application/x-httpd-php .php
#AddType application/x-httpd-php-source .phps
#
# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
#
# AddHandler allows you to map certain file extensions to "handlers",
# actions unrelated to filetype. These can be either built into the server
# or added with the Action command (see below)
#
# If you want to use server side includes, or CGI outside
# ScriptAliased directories, uncomment the following lines.
#
# To use CGI scripts:
#
#AddHandler cgi-script .cgi
#
# To use server-parsed HTML files
#
AddType text/html .shtml
AddHandler server-parsed .shtml
#
# Uncomment the following line to enable Apache's send-asis HTTP file
# feature
#
#AddHandler send-as-is asis
#
# If you wish to use server-parsed imagemap files, use
#
#AddHandler imap-file map
#
# To enable type maps, you might want to use
#
#AddHandler type-map var
</IfModule>
# End of document types.
#
# Action lets you define media types that will execute a script whenever
# a matching file is called. This eliminates the need for repeated URL
# pathnames for oft-used CGI file processors.
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script/location
#
#
# MetaDir: specifies the name of the directory in which Apache can find
# meta information files. These files contain additional HTTP headers
# to include when sending the document
#
#MetaDir .web
#
# MetaSuffix: specifies the file name suffix for the file containing the
# meta information.
#
#MetaSuffix .meta
#
# Customizable error response (Apache style)
# these come in three flavors
#
# 1) plain text
#ErrorDocument 500 "The server made a boo boo.
# n.b. the (") marks it as text, it does not get output
#
# 2) local redirects
#ErrorDocument 404 /missing.html
# to redirect to local URL /missing.html
#ErrorDocument 404 /cgi-bin/missing_handler.pl
# N.B.: You can redirect to a script or a document using server-side-includes.
#
# 3) external redirects
#ErrorDocument 402 http://some.other_server.com/subscription_info.html
# N.B.: Many of the environment variables associated with the original
# request will *not* be available to such a script.
#
# Customize behaviour based on the browser
#
<IfModule mod_setenvif.c>
#
# The following directives modify normal HTTP response behavior.
# The first directive disables keepalive for Netscape 2.x and browsers that
# spoof it. There are known problems with these browser implementations.
# The second directive is for Microsoft Internet Explorer 4.0b2
# which has a broken HTTP/1.1 implementation and does not properly
# support keepalive when it is used on 301 or 302 (redirect) responses.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
#
# The following directive disables HTTP/1.1 responses to browsers which
# are in violation of the HTTP/1.0 spec by not being able to grok a
# basic 1.1 response.
#
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
</IfModule>
#
# Allow server status reports, with the URL of http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /server-status>
# SetHandler server-status
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
#</Location>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
#</Location>
#
# There have been reports of people trying to abuse an old bug from pre-1.1
# days. This bug involved a CGI script distributed as a part of Apache.
# By uncommenting these lines you can redirect these attacks to a logging
# script on phf.apache.org. Or, you can record them yourself, using the script
# support/phf_abuse_log.cgi.
#
#<Location /cgi-bin/phf*>
# Deny from all
# ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
#</Location>
#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Directory proxy:*>
# Order deny,allow
# Deny from all
# Allow from .your_domain.com
#</Directory>
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
#ProxyVia On
#
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)
#
#CacheRoot "/usr/local/apache/proxy/index.html"
#CacheSize 5
#CacheGcInterval 4
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
#NoCache a_domain.com another_domain.edu joes.garage_sale.com
#</IfModule>
# End of proxy directives.
### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them.
# Please see the documentation at <URL:http://www.apache.org/docs/vhosts/>
# for further details before you try to setup virtual hosts.
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
#NameVirtualHost 12.34.56.78:80
#NameVirtualHost 12.34.56.78
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
#
#<VirtualHost ip.address.of.host.some_domain.com>
# ServerAdmin webmaster@host.some_domain.com
# DocumentRoot /www/docs/host.some_domain.com
# ServerName host.some_domain.com
# ErrorLog logs/host.some_domain.com-error_log
# CustomLog logs/host.some_domain.com-access_log common
#</VirtualHost>
#<VirtualHost _default_:*>
#</VirtualHost>