diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-24 18:55:21 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-06-24 18:55:21 +0000 |
| commit | a061a3f62f540d8bc5ad53a63880186810d14d09 (patch) | |
| tree | 7b9e97b690e6c35295c4d30272799d79ca703627 /configure | |
| parent | fd786668ea61bc96c5d2b670e88e02650b9fb07a (diff) | |
| download | postgresql-a061a3f62f540d8bc5ad53a63880186810d14d09.tar.gz | |
Avoid including <sys/time.h> on platforms that don't have it.
Per trouble report from Andreas Pflug.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6957,7 +6957,8 @@ done -for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h + +for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |
