diff options
Diffstat (limited to 'src/interfaces/libpq/win32.h')
-rw-r--r-- | src/interfaces/libpq/win32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h index 98d1a8345c2..c8cddb51dc4 100644 --- a/src/interfaces/libpq/win32.h +++ b/src/interfaces/libpq/win32.h @@ -21,9 +21,3 @@ * crypt not available (yet) */ #define crypt(a,b) a - -/* - * Parts of config.h that you get with autoconf on other systems - */ -#define MAXIMUM_ALIGNOF 4 -#define ACCEPT_TYPE_ARG3 int |