ObjFW  Check-in [86a4ab7b92]

Overview
Comment:Add -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 86a4ab7b92afe4e204a3aecd476d64f61ed831c44eee2dddf94463bf67338d4a
User & Date: js on 2022-09-23 10:59:06
Other Links: manifest | tags
Context
2022-09-23
11:45
Document more exceptions check-in: 26e5fbf02a user: js tags: trunk
10:59
Add -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 check-in: 86a4ab7b92 user: js tags: trunk
2022-09-19
19:41
Fix a few documentation issues check-in: 97f3f7b648 user: js tags: trunk
Changes

Modified configure.ac from [0ce2b7ad97] to [6f43acb602].

475
476
477
478
479
480
481

482
483
484
485
486
487
488

	#if defined(__GLIBC__) || defined(__MINGW32__) || \
	    defined(__NEWLIB__) || defined(__MORPHOS__) || defined(__MINT__)
	egrep_cpp_yes
	#endif
], [
	AC_MSG_RESULT(yes)

	CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
	gnu_source="yes"
], [
	AC_MSG_RESULT(no)
])

case "$host_os" in







>







475
476
477
478
479
480
481
482
483
484
485
486
487
488
489

	#if defined(__GLIBC__) || defined(__MINGW32__) || \
	    defined(__NEWLIB__) || defined(__MORPHOS__) || defined(__MINT__)
	egrep_cpp_yes
	#endif
], [
	AC_MSG_RESULT(yes)
	CPPFLAGS="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 $CPPFLAGS"
	CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS"
	gnu_source="yes"
], [
	AC_MSG_RESULT(no)
])

case "$host_os" in