Thread: pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead

pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead

From
mkz@pgfoundry.org (User Mkz)
Date:
Log Message:
-----------
win32: more cleanups

- emulate fcntl instead using #ifdef
- getsockopt() and select() also need wrapping
- move syslog declarations into compat_win32.h

Modified Files:
--------------
    pgbouncer/src:
        util.c (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.28&r2=1.29)
    pgbouncer/win32:
        compat_win32.h (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/compat_win32.h.diff?r1=1.6&r2=1.7)
        win32service.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32service.h.diff?r1=1.3&r2=1.4)