Re: AC_SYS_LARGEFILE

2023-09-20 Thread Evgeny Grin
On 20.09.2023 0:04, Paul Eggert wrote: On 2023-09-19 01:52, Sébastien Hinderer wrote: Are you saying that there should normally not  be any undef in the config headers for macros whose name starts with a _ sign? No, it's normal when Autoconf is used as intended. What's not normal is that yo

Re: AC_SYS_LARGEFILE

2023-09-20 Thread Paul Eggert
On 2023-09-20 05:52, Evgeny Grin wrote: If you need have a function with "file offset" argument then use either 'uint64_t' Although your other advice is good, this one is suspect. I'm glad I didn't follow similar advice to use 'int32_t' or 'long' for file offsets back in the day. Also, to b