diff options
Diffstat (limited to 'tiff/port/libport_config.h.cmake.in')
-rw-r--r-- | tiff/port/libport_config.h.cmake.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tiff/port/libport_config.h.cmake.in b/tiff/port/libport_config.h.cmake.in new file mode 100644 index 00000000..7446f872 --- /dev/null +++ b/tiff/port/libport_config.h.cmake.in @@ -0,0 +1,13 @@ +/* libtiff/libport_config.h.cmake.in. Not generated, but originated from autoheader. */ +/* This file must be kept up-to-date with needed substitutions from port/libport_config.h.in. */ + +#ifndef _LIBPORT_CONFIG_H_ +#define _LIBPORT_CONFIG_H_ + +/* Define to 1 if you have the `getopt' function. */ +#cmakedefine HAVE_GETOPT 1 + +/* Define to 1 if you have the <unistd.h> header file. */ +#cmakedefine HAVE_UNISTD_H 1 + +#endif /* _LIBPORT_CONFIG_H_ */ |