summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-09 16:59:43 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-09 16:59:43 +0000
commitd85a0a6bef965192df751532d38bbe8f4ec4ccd7 (patch)
treefae7aafa0105d172b17e4f1a56086b9c1da66264 /src/interfaces
parent384bbdd0e119cf034300c414cdad6bbdc06cb84d (diff)
More cleanups now that we have crypt().
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/win32.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h
index e0abd87678d..7f3f5cbd629 100644
--- a/src/interfaces/libpq/win32.h
+++ b/src/interfaces/libpq/win32.h
@@ -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