From 2405f4c39d8b86eb6a08f056ab64e90917318e5c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 8 Mar 2015 00:54:12 -0500 Subject: Add fitsio.h check --- src/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/config.h.in') 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 header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the header file. */ +#undef HAVE_FITSIO_H + /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR -- cgit