]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/def.h
de-__P().
[bsdgames-darwin.git] / atc / def.h
index 1290a30ea8d38b11b94d73e2c75b7560f2968122..4f0ee607247c997d495501d696811574e391dc30 100644 (file)
--- a/atc/def.h
+++ b/atc/def.h
@@ -1,4 +1,4 @@
-/*     $NetBSD: def.h,v 1.3 1995/03/21 15:03:47 cgd Exp $      */
+/*     $NetBSD: def.h,v 1.5 1999/09/30 18:01:31 jsm Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -49,7 +49,9 @@
 
 #define AUTHOR_STR             "ATC - by Ed James"
 
-#define PI                     3.14159654
+#ifndef PI
+#define PI                     3.14159265358979323846
+#endif
 
 #define LOWFUEL                        15
 
 #define T_EXIT         2
 #define T_AIRPORT      3
 
+#undef S_NONE
+#undef S_GONE
+#undef S_MARKED
+#undef S_UNMARKED
+#undef S_IGNORED
 #define S_NONE         0
 #define S_GONE         1
 #define S_MARKED       2