diff options
| author | Luca Trisciani <luca.trisciani@gmail.com> | 2017-12-20 00:05:28 +0100 |
|---|---|---|
| committer | Luca Trisciani <luca.trisciani@gmail.com> | 2017-12-20 00:05:28 +0100 |
| commit | 8dd2c4fb4d065434fc15c86238a91b63a4a77c99 (patch) | |
| tree | 913a80f0c18341080c0c0f8630dc2c020445027a /config.h.in | |
| parent | 433f5e0b111d05bc5ba8ed66d6171fc9dc365ef2 (diff) | |
Some preprocessor derectives for windows
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a8686db..8dd609f 100644 --- a/config.h.in +++ b/config.h.in @@ -9,6 +9,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <iso646.h> header file. */ +#undef HAVE_ISO646_H + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC |
