diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:54:12 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-08 00:54:12 -0500 |
commit | 2405f4c39d8b86eb6a08f056ab64e90917318e5c (patch) | |
tree | 0fba8f7a5f53d3664f6f0d75cf2ea1bdd0c3f6bb /src/include | |
parent | 8ce10cee50835bb508d259be814e5f02aeda8d2e (diff) | |
download | calfuse-2405f4c39d8b86eb6a08f056ab64e90917318e5c.tar.gz |
Add fitsio.h check
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 9134e7f..1d6fab2 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -21,6 +21,9 @@ /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the <fitsio.h> header file. */ +#undef HAVE_FITSIO_H + /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR |