diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index be8e9ee2..dd54d5db 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -38,6 +38,9 @@ /* Define to 1 if you have the <sys/utime.h> header file. */ #cmakedefine HAVE_SYS_UTIME_H 1 +/* Define to 1 if you have the <io.h> header file. */ +#cmakedefine HAVE_IO_H 1 + /* Define to 1 if you have the <termios.h> header file. */ #cmakedefine HAVE_TERMIOS_H 1 |