Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64da169

Browse files
committed
Added CHECK_IMPORT_CASE
Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...)
1 parent dee6d02 commit 64da169

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Mac/Include/config.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,16 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4848

4949
#ifdef __MWERKS__
5050
#define HAVE_STRFTIME
51+
#ifndef __MC68K__
52+
/* 68K hypot definition (and implementation) are unuseable
53+
** because they use 10-byte floats.
54+
*/
55+
#define HAVE_HYPOT
56+
#endif
5157
#endif
5258

59+
#define CHECK_IMPORT_CASE
60+
5361
#ifdef USE_GUSI
5462
/* GUSI provides a lot of unixisms */
5563
#define HAVE_SELECT

0 commit comments

Comments
 (0)