Kaydet (Commit) 64da169f authored tarafından Jack Jansen's avatar Jack Jansen

Added CHECK_IMPORT_CASE

Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot,
sigh...)
üst dee6d027
......@@ -48,8 +48,16 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifdef __MWERKS__
#define HAVE_STRFTIME
#ifndef __MC68K__
/* 68K hypot definition (and implementation) are unuseable
** because they use 10-byte floats.
*/
#define HAVE_HYPOT
#endif
#endif
#define CHECK_IMPORT_CASE
#ifdef USE_GUSI
/* GUSI provides a lot of unixisms */
#define HAVE_SELECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment