Skip to content

Commit

Permalink
fix: add missing defines in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Sep 13, 2023
1 parent 23c5356 commit abcc829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#cmakedefine HAVE_ISATTY 1
#cmakedefine HAVE_GETOPT_H 1
#cmakedefine HAVE_LIBINTL_H 1
#cmakedefine HAVE_UNISTD_H 1
#cmakedefine GEOTIFF_FOUND 1
#cmakedefine JPEG_FOUND 1
#cmakedefine PNG_FOUND 1
Expand Down

0 comments on commit abcc829

Please sign in to comment.