Skip to content

Commit

Permalink
Merge SVN 5060, 5061, 5064
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Nov 20, 2024
1 parent 095b747 commit 4dd8c84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_windows/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
/* #undef HAVE_COLOR_SET */
#endif

/* ncurses has _nc_freeall function */
/* curses provides function to free all memory */
/* #undef HAVE_CURSES_FREEALL */

/* Define to 1 if you have the <curses.h> header file. */
Expand Down Expand Up @@ -704,6 +704,9 @@
/* #undef HAVE_REALPATH */
#endif

/* curses has resize_term function */
#define HAVE_RESIZE_TERM 1

/* Define to 1 if you have the `setenv' function. */
/* MSC does *NOT* have `setenv' (!)
But as the handling of the fallback `putenv' is different in POSIX and _MSC
Expand Down

0 comments on commit 4dd8c84

Please sign in to comment.