diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-02-19 02:49:22 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-02-19 02:49:22 +0100 |
commit | aeae88dd32b5130c87929fb0d0bf0f97a17286c2 (patch) | |
tree | 4b7e7538600c073694b5b9e496bcd083b616b008 /src | |
parent | 6804f315464b592eeece8c8837b21c9cd1db074d (diff) | |
download | biboumi-aeae88dd32b5130c87929fb0d0bf0f97a17286c2.tar.gz biboumi-aeae88dd32b5130c87929fb0d0bf0f97a17286c2.tar.bz2 biboumi-aeae88dd32b5130c87929fb0d0bf0f97a17286c2.tar.xz biboumi-aeae88dd32b5130c87929fb0d0bf0f97a17286c2.zip |
Move CMake’s config.h(.cmake) files into src/
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake new file mode 100644 index 0000000..8ee0fd3 --- /dev/null +++ b/src/config.h.cmake @@ -0,0 +1,3 @@ +#cmakedefine ICONV_SECOND_ARGUMENT_IS_CONST +#cmakedefine LIBIDN_FOUND +#cmakedefine POLLER ${POLLER} |