Skip to content

Commit

Permalink
Update configure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rickard-green committed Feb 14, 2024
1 parent e0df83d commit 370c91c
Show file tree
Hide file tree
Showing 9 changed files with 4,500 additions and 3,437 deletions.
12 changes: 12 additions & 0 deletions erts/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,18 @@
/* Define if big-endian */
#undef WORDS_BIGENDIAN

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define to 1 on platforms where this makes off_t a 64-bit type. */
#undef _LARGE_FILES

/* Number of bits in time_t, on hosts where this is settable. */
#undef _TIME_BITS

/* Define to 1 on platforms where this makes time_t a 64-bit type. */
#undef __MINGW_USE_VC2005_COMPAT

/* Define to empty if 'const' does not conform to ANSI C. */
#undef const

Expand Down
Loading

0 comments on commit 370c91c

Please sign in to comment.