diff options
author | Timothy Pearson <[email protected]> | 2011-11-27 18:47:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-27 18:47:15 -0600 |
commit | fbfc28021ca0dee1dfb0d84e886e4ee9d8af05a3 (patch) | |
tree | 1a83bcb9172c3f095889c79129abf522e4be240c /config.h.cmake | |
parent | eaad965ca890c7c237c09e8dac5bed6e111adfb6 (diff) | |
download | wlassistant-fbfc28021ca0dee1dfb0d84e886e4ee9d8af05a3.tar.gz wlassistant-fbfc28021ca0dee1dfb0d84e886e4ee9d8af05a3.zip |
Initial attempt at using the standard CMake system
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..d81a482 --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,5 @@ +#cmakedefine SIZEOF_INT @SIZEOF_INT@ +#cmakedefine SIZEOF_LONG @SIZEOF_LONG@ +#cmakedefine HAVE_STDINT_H 1 +#cmakedefine HAVE_SYSTEMS_H 1 +#cmakedefine HAVE_STATVFS 1
\ No newline at end of file |