mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 13:28:44 -04:00
92c6bf9775
2) Add "#define gettimeofday(a,b) gettimeofday(a) to src/include/config.h
On the 88k SVR4, gettimeofday only has one argument. This is
checked for in a few other packages by configure, so there should
be some examples of the configure test out there.