mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
More cleanups now that we have crypt().
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
#define vsnprintf(a,b,c,d) _vsnprintf(a,b,c,d)
|
||||
#define snprintf _snprintf
|
||||
|
||||
/*
|
||||
* crypt not available (yet)
|
||||
*/
|
||||
#define crypt(a,b) ((char *) a)
|
||||
|
||||
#undef EAGAIN /* doesn't apply on sockets */
|
||||
#undef EINTR
|
||||
#define EINTR WSAEINTR
|
||||
|
Reference in New Issue
Block a user