aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewman
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-28 02:13:31 +0000
commit3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83 (patch)
tree5c7ffe18c0f939cfcc57bfe33f999815d6c3a317 /src/graph/viewman
parent97b5280bd5ff44b94213559391421ba39e11249a (diff)
downloadopen-axiom-3223409ab97b1a6a8e60d541b0c7b5b69c8b9a83.tar.gz
* configure.ac.pamphlet: Check from uint8_t.
* config/openaxiom-c-macros.h.in: Rename from config/axiom-c-macros.h.in. * src: Propagate change.
Diffstat (limited to 'src/graph/viewman')
-rw-r--r--src/graph/viewman/cleanup.c2
-rw-r--r--src/graph/viewman/fun2D.c2
-rw-r--r--src/graph/viewman/fun3D.c2
-rw-r--r--src/graph/viewman/make2D.c2
-rw-r--r--src/graph/viewman/make3D.c2
-rw-r--r--src/graph/viewman/makeGraph.c2
-rw-r--r--src/graph/viewman/readView.c2
-rw-r--r--src/graph/viewman/sselect.c2
-rw-r--r--src/graph/viewman/viewman.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/graph/viewman/cleanup.c b/src/graph/viewman/cleanup.c
index 761e7f92..4dfbc04e 100644
--- a/src/graph/viewman/cleanup.c
+++ b/src/graph/viewman/cleanup.c
@@ -34,7 +34,7 @@
*/
#define _CLEANUP_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/graph/viewman/fun2D.c b/src/graph/viewman/fun2D.c
index 49a84454..3f38dd71 100644
--- a/src/graph/viewman/fun2D.c
+++ b/src/graph/viewman/fun2D.c
@@ -34,7 +34,7 @@
*/
#define _FUN2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/graph/viewman/fun3D.c b/src/graph/viewman/fun3D.c
index 15ed92e8..19e186ef 100644
--- a/src/graph/viewman/fun3D.c
+++ b/src/graph/viewman/fun3D.c
@@ -34,7 +34,7 @@
*/
#define _FUN3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/graph/viewman/make2D.c b/src/graph/viewman/make2D.c
index 74f89b78..65810003 100644
--- a/src/graph/viewman/make2D.c
+++ b/src/graph/viewman/make2D.c
@@ -34,7 +34,7 @@
*/
#define _MAKE2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "viewman.h"
diff --git a/src/graph/viewman/make3D.c b/src/graph/viewman/make3D.c
index 349ebf09..30f2e869 100644
--- a/src/graph/viewman/make3D.c
+++ b/src/graph/viewman/make3D.c
@@ -34,7 +34,7 @@
*/
#define _MAKE3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
diff --git a/src/graph/viewman/makeGraph.c b/src/graph/viewman/makeGraph.c
index d4188a41..331d32cf 100644
--- a/src/graph/viewman/makeGraph.c
+++ b/src/graph/viewman/makeGraph.c
@@ -34,7 +34,7 @@
*/
#define _MAKEGRAPH_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/graph/viewman/readView.c b/src/graph/viewman/readView.c
index 201e26b4..b21cf3df 100644
--- a/src/graph/viewman/readView.c
+++ b/src/graph/viewman/readView.c
@@ -34,7 +34,7 @@
*/
#define _READVIEW_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <unistd.h>
#include <stdio.h>
diff --git a/src/graph/viewman/sselect.c b/src/graph/viewman/sselect.c
index 96516be2..0e56e9a7 100644
--- a/src/graph/viewman/sselect.c
+++ b/src/graph/viewman/sselect.c
@@ -34,7 +34,7 @@
*/
#define _SSELECT_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <errno.h>
diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c
index fca67796..a8dd4777 100644
--- a/src/graph/viewman/viewman.c
+++ b/src/graph/viewman/viewman.c
@@ -34,7 +34,7 @@
*/
#define _VIEWMAN_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <unistd.h>
#include <sys/time.h>