Skip to content

Commit

Permalink
check_include GCC's ansidecl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed May 27, 2024
1 parent aca6462 commit b63a559
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions zzip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ check_include_files ( inttypes.h ZZIP_HAVE_INTTYPES_H )
check_include_files ( io.h ZZIP_HAVE_IO_H )
check_include_files ( memory.h ZZIP_HAVE_MEMORY_H )
check_include_files ( ndir.h ZZIP_HAVE_NDIR_H )
check_include_files ( ansidecl.h ZZIP_HAVE_ANSIDECL_H )
check_include_files ( stdint.h ZZIP_HAVE_STDINT_H )
check_include_files ( stdlib.h ZZIP_HAVE_STDLIB_H )
check_function_exists ( strcasecmp ZZIP_HAVE_STRCASECMP )
Expand Down
3 changes: 3 additions & 0 deletions zzip/_config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#cmakedefine ZZIP_HAVE_NDIR_H ${ZZIP_HAVE_NDIR_H}

/* Define to 1 if you have the <ansidecl.h> header file. */
#cmakedefine ZZIP_HAVE_ANSIDECL_H ${ZZIP_HAVE_ANSIDECL_H}

/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine ZZIP_HAVE_STDINT_H ${ZZIP_HAVE_STDINT_H}

Expand Down
3 changes: 3 additions & 0 deletions zzip/_msvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */

/* Define to 1 if you have the <ansidecl.h> header file. */
/* #undef HAVE_ANSIDECL_H */

/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */

Expand Down

0 comments on commit b63a559

Please sign in to comment.