From 30cd5cf1cc614eb0000c6b16d3d4a5fe49668349 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Tue, 27 Jan 1998 00:46:50 +0000
Subject: [PATCH] prepended "fg_" on the front of these to avoid potential
 conflicts with system include files.

---
 constants.h => fg_constants.h | 8 ++++++--
 limits.h => fg_limits.h       | 8 ++++++--
 types.h => fg_types.h         | 8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)
 rename constants.h => fg_constants.h (95%)
 rename limits.h => fg_limits.h (87%)
 rename types.h => fg_types.h (87%)

diff --git a/constants.h b/fg_constants.h
similarity index 95%
rename from constants.h
rename to fg_constants.h
index c3a2ce3b8..c8da0a87c 100644
--- a/constants.h
+++ b/fg_constants.h
@@ -122,9 +122,13 @@
 
 
 /* $Log$
-/* Revision 1.3  1998/01/22 02:59:35  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.1  1998/01/27 00:46:50  curt
+/* prepended "fg_" on the front of these to avoid potential conflicts with
+/* system include files.
 /*
+ * Revision 1.3  1998/01/22 02:59:35  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.2  1998/01/07 03:31:26  curt
  * Miscellaneous tweaks.
  *
diff --git a/limits.h b/fg_limits.h
similarity index 87%
rename from limits.h
rename to fg_limits.h
index 9387c77ae..489b31d10 100644
--- a/limits.h
+++ b/fg_limits.h
@@ -36,9 +36,13 @@
 
 
 /* $Log$
-/* Revision 1.2  1998/01/22 02:59:35  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.1  1998/01/27 00:46:51  curt
+/* prepended "fg_" on the front of these to avoid potential conflicts with
+/* system include files.
 /*
+ * Revision 1.2  1998/01/22 02:59:35  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.1  1997/12/15 21:02:16  curt
  * Moved to .../FlightGear/Src/Include/
  *
diff --git a/types.h b/fg_types.h
similarity index 87%
rename from types.h
rename to fg_types.h
index e358c278c..a0dc0f937 100644
--- a/types.h
+++ b/fg_types.h
@@ -44,9 +44,13 @@ struct fgGeodeticPoint {
 
 
 /* $Log$
-/* Revision 1.2  1998/01/22 02:59:36  curt
-/* Changed #ifdef FILE_H to #ifdef _FILE_H
+/* Revision 1.1  1998/01/27 00:46:51  curt
+/* prepended "fg_" on the front of these to avoid potential conflicts with
+/* system include files.
 /*
+ * Revision 1.2  1998/01/22 02:59:36  curt
+ * Changed #ifdef FILE_H to #ifdef _FILE_H
+ *
  * Revision 1.1  1997/12/15 21:02:17  curt
  * Moved to .../FlightGear/Src/Include/
  *