1
0
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:
Bruce Momjian
2003-05-09 16:59:43 +00:00
parent 384bbdd0e1
commit d85a0a6bef
3 changed files with 5 additions and 8 deletions

View File

@@ -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