diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2010-12-26 10:34:47 -0500 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2010-12-26 10:34:47 -0500 |
| commit | a534728afb7341e1ddf2df16196ed501eaa378c2 (patch) | |
| tree | e3bdbb141d7234bde62eb1621260fd2819e19efb /src/include/pg_config.h.win32 | |
| parent | 85cff3ce7f360d139d87aee836d75a6202fee066 (diff) | |
| download | postgresql-a534728afb7341e1ddf2df16196ed501eaa378c2.tar.gz | |
Only build in crashdump support on Windows if there's a working dbghelp.h.
Diffstat (limited to 'src/include/pg_config.h.win32')
| -rw-r--r-- | src/include/pg_config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 2a383b619a..79b803616d 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -258,6 +258,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 +/* Define to 1 if the system has the type `MINIDUMP_TYPE'. */ +#define HAVE_MINIDUMP_TYPE 1 + /* Define to 1 if you have the <netinet/in.h> header file. */ #define HAVE_NETINET_IN_H 1 |
