aboutsummaryrefslogtreecommitdiff
path: root/src/graph
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
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')
-rw-r--r--src/graph/Gdraws/Gdraws0.h2
-rw-r--r--src/graph/view2D/buttons2d.c2
-rw-r--r--src/graph/view2D/control2d.c2
-rw-r--r--src/graph/view2D/graph2d.c2
-rw-r--r--src/graph/view2D/main2d.c2
-rw-r--r--src/graph/view2D/pot2d.c2
-rw-r--r--src/graph/view2D/process2d.c2
-rw-r--r--src/graph/view2D/spadAction2d.c2
-rw-r--r--src/graph/view2D/stuff2d.c2
-rw-r--r--src/graph/view2D/viewport2D.c2
-rw-r--r--src/graph/view2D/write2d.c2
-rw-r--r--src/graph/view3D/buttons3d.c2
-rw-r--r--src/graph/view3D/closeView3d.c2
-rw-r--r--src/graph/view3D/component3d.c2
-rw-r--r--src/graph/view3D/control3d.c2
-rw-r--r--src/graph/view3D/illuminate3d.c2
-rw-r--r--src/graph/view3D/lightbut3d.c2
-rw-r--r--src/graph/view3D/lighting3d.c2
-rw-r--r--src/graph/view3D/main3d.c2
-rw-r--r--src/graph/view3D/mesh3d.c2
-rw-r--r--src/graph/view3D/msort3d.c2
-rw-r--r--src/graph/view3D/pot3d.c2
-rw-r--r--src/graph/view3D/process3d.c2
-rw-r--r--src/graph/view3D/project3d.c2
-rw-r--r--src/graph/view3D/quit3d.c2
-rw-r--r--src/graph/view3D/quitbut3d.c2
-rw-r--r--src/graph/view3D/save3d.c2
-rw-r--r--src/graph/view3D/savebut3d.c2
-rw-r--r--src/graph/view3D/smoothShade3d.c2
-rw-r--r--src/graph/view3D/spadAction3d.c2
-rw-r--r--src/graph/view3D/stuff3d.c2
-rw-r--r--src/graph/view3D/surface3d.c2
-rw-r--r--src/graph/view3D/testcol.c2
-rw-r--r--src/graph/view3D/transform3d.c2
-rw-r--r--src/graph/view3D/viewport3d.c2
-rw-r--r--src/graph/view3D/volume3d.c2
-rw-r--r--src/graph/view3D/write3d.c2
-rw-r--r--src/graph/viewAlone/spoon2D.c2
-rw-r--r--src/graph/viewAlone/spoonComp.c2
-rw-r--r--src/graph/viewAlone/viewAlone.c2
-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
49 files changed, 49 insertions, 49 deletions
diff --git a/src/graph/Gdraws/Gdraws0.h b/src/graph/Gdraws/Gdraws0.h
index 8d703347..632c3704 100644
--- a/src/graph/Gdraws/Gdraws0.h
+++ b/src/graph/Gdraws/Gdraws0.h
@@ -36,8 +36,8 @@
#ifndef _GDRAWS0_H_
#define _GDRAWS0_H_ 1
+#include "openaxiom-c-macros.h"
#include <X11/Xlib.h>
-#include "axiom-c-macros.h"
#define yes 1
diff --git a/src/graph/view2D/buttons2d.c b/src/graph/view2D/buttons2d.c
index 226aeb26..1babc196 100644
--- a/src/graph/view2D/buttons2d.c
+++ b/src/graph/view2D/buttons2d.c
@@ -34,7 +34,7 @@
*/
#define _BUTTONS2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
diff --git a/src/graph/view2D/control2d.c b/src/graph/view2D/control2d.c
index 18409a49..8e3b82ad 100644
--- a/src/graph/view2D/control2d.c
+++ b/src/graph/view2D/control2d.c
@@ -34,7 +34,7 @@
*/
#define _CONTROL2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/graph/view2D/graph2d.c b/src/graph/view2D/graph2d.c
index 04d855e9..11f203b1 100644
--- a/src/graph/view2D/graph2d.c
+++ b/src/graph/view2D/graph2d.c
@@ -34,7 +34,7 @@
*/
#define _GRAPH2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <unistd.h>
diff --git a/src/graph/view2D/main2d.c b/src/graph/view2D/main2d.c
index fcdcf929..94cd1015 100644
--- a/src/graph/view2D/main2d.c
+++ b/src/graph/view2D/main2d.c
@@ -34,7 +34,7 @@
*/
#define _MAIN2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdlib.h>
diff --git a/src/graph/view2D/pot2d.c b/src/graph/view2D/pot2d.c
index 63b06ab3..19f34e96 100644
--- a/src/graph/view2D/pot2d.c
+++ b/src/graph/view2D/pot2d.c
@@ -34,7 +34,7 @@
*/
#define _POT2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header2.h"
diff --git a/src/graph/view2D/process2d.c b/src/graph/view2D/process2d.c
index 595e5a1c..e85d7721 100644
--- a/src/graph/view2D/process2d.c
+++ b/src/graph/view2D/process2d.c
@@ -34,7 +34,7 @@
*/
#define _PROCESS2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdio.h>
diff --git a/src/graph/view2D/spadAction2d.c b/src/graph/view2D/spadAction2d.c
index e837b47c..eafd4325 100644
--- a/src/graph/view2D/spadAction2d.c
+++ b/src/graph/view2D/spadAction2d.c
@@ -34,7 +34,7 @@
*/
#define _SPADACTION2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/graph/view2D/stuff2d.c b/src/graph/view2D/stuff2d.c
index 9b0c396b..1674d2f2 100644
--- a/src/graph/view2D/stuff2d.c
+++ b/src/graph/view2D/stuff2d.c
@@ -34,7 +34,7 @@
*/
#define _STUFF2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <unistd.h>
#include <stdlib.h>
diff --git a/src/graph/view2D/viewport2D.c b/src/graph/view2D/viewport2D.c
index 0ce5de88..d0f4ee30 100644
--- a/src/graph/view2D/viewport2D.c
+++ b/src/graph/view2D/viewport2D.c
@@ -34,7 +34,7 @@
*/
#define _VIEWPORT2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/graph/view2D/write2d.c b/src/graph/view2D/write2d.c
index 4eaffbe2..41740132 100644
--- a/src/graph/view2D/write2d.c
+++ b/src/graph/view2D/write2d.c
@@ -34,7 +34,7 @@
*/
#define _WRITE2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/graph/view3D/buttons3d.c b/src/graph/view3D/buttons3d.c
index 56d52584..d96031b9 100644
--- a/src/graph/view3D/buttons3d.c
+++ b/src/graph/view3D/buttons3d.c
@@ -34,7 +34,7 @@
*/
#define _BUTTONS3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "cpanel.h"
diff --git a/src/graph/view3D/closeView3d.c b/src/graph/view3D/closeView3d.c
index c4b55185..14c64110 100644
--- a/src/graph/view3D/closeView3d.c
+++ b/src/graph/view3D/closeView3d.c
@@ -34,7 +34,7 @@
*/
#define _CLOSEVIEW3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include "header.h"
diff --git a/src/graph/view3D/component3d.c b/src/graph/view3D/component3d.c
index 2b361295..24985144 100644
--- a/src/graph/view3D/component3d.c
+++ b/src/graph/view3D/component3d.c
@@ -34,7 +34,7 @@
*/
#define _COMPONENT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "draw.h"
diff --git a/src/graph/view3D/control3d.c b/src/graph/view3D/control3d.c
index a2a693cb..6178cd27 100644
--- a/src/graph/view3D/control3d.c
+++ b/src/graph/view3D/control3d.c
@@ -34,7 +34,7 @@
*/
#define _CONTROL3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdio.h>
diff --git a/src/graph/view3D/illuminate3d.c b/src/graph/view3D/illuminate3d.c
index bb47a9ee..323e5916 100644
--- a/src/graph/view3D/illuminate3d.c
+++ b/src/graph/view3D/illuminate3d.c
@@ -34,7 +34,7 @@
*/
#define _ILLUMINATE3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <math.h>
diff --git a/src/graph/view3D/lightbut3d.c b/src/graph/view3D/lightbut3d.c
index 3ff3a931..b15b14da 100644
--- a/src/graph/view3D/lightbut3d.c
+++ b/src/graph/view3D/lightbut3d.c
@@ -34,7 +34,7 @@
*/
#define _LIGHTBUT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "cpanel.h"
diff --git a/src/graph/view3D/lighting3d.c b/src/graph/view3D/lighting3d.c
index b3432c5f..a6317f53 100644
--- a/src/graph/view3D/lighting3d.c
+++ b/src/graph/view3D/lighting3d.c
@@ -34,7 +34,7 @@
*/
#define _LIGHTING3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <math.h>
#include <string.h>
diff --git a/src/graph/view3D/main3d.c b/src/graph/view3D/main3d.c
index 313e9040..8421e35f 100644
--- a/src/graph/view3D/main3d.c
+++ b/src/graph/view3D/main3d.c
@@ -34,7 +34,7 @@
*/
#define _MAIN3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdio.h>
diff --git a/src/graph/view3D/mesh3d.c b/src/graph/view3D/mesh3d.c
index 41af7277..716cebeb 100644
--- a/src/graph/view3D/mesh3d.c
+++ b/src/graph/view3D/mesh3d.c
@@ -34,7 +34,7 @@
*/
#define _MESH3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <math.h>
diff --git a/src/graph/view3D/msort3d.c b/src/graph/view3D/msort3d.c
index 792196a8..f034fe2d 100644
--- a/src/graph/view3D/msort3d.c
+++ b/src/graph/view3D/msort3d.c
@@ -34,7 +34,7 @@
*/
#define _MSORT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
/*****************************************************
diff --git a/src/graph/view3D/pot3d.c b/src/graph/view3D/pot3d.c
index cdd52799..0e519313 100644
--- a/src/graph/view3D/pot3d.c
+++ b/src/graph/view3D/pot3d.c
@@ -34,7 +34,7 @@
*/
#define _POT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "all_3d.H1"
diff --git a/src/graph/view3D/process3d.c b/src/graph/view3D/process3d.c
index df52259d..211760ba 100644
--- a/src/graph/view3D/process3d.c
+++ b/src/graph/view3D/process3d.c
@@ -34,7 +34,7 @@
*/
#define _PROCESS3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdlib.h>
diff --git a/src/graph/view3D/project3d.c b/src/graph/view3D/project3d.c
index 185eda45..f95d12d5 100644
--- a/src/graph/view3D/project3d.c
+++ b/src/graph/view3D/project3d.c
@@ -34,7 +34,7 @@
*/
#define _PROJECT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include "header.h"
diff --git a/src/graph/view3D/quit3d.c b/src/graph/view3D/quit3d.c
index 27d0b6b0..bde9e329 100644
--- a/src/graph/view3D/quit3d.c
+++ b/src/graph/view3D/quit3d.c
@@ -34,7 +34,7 @@
*/
#define _QUIT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include "header.h"
diff --git a/src/graph/view3D/quitbut3d.c b/src/graph/view3D/quitbut3d.c
index ca458386..448d80ed 100644
--- a/src/graph/view3D/quitbut3d.c
+++ b/src/graph/view3D/quitbut3d.c
@@ -34,7 +34,7 @@
*/
#define _QUITBUT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "cpanel.h"
diff --git a/src/graph/view3D/save3d.c b/src/graph/view3D/save3d.c
index 23e85d54..5263f2e3 100644
--- a/src/graph/view3D/save3d.c
+++ b/src/graph/view3D/save3d.c
@@ -34,7 +34,7 @@
*/
#define _SAVE3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <string.h>
diff --git a/src/graph/view3D/savebut3d.c b/src/graph/view3D/savebut3d.c
index 241c2fab..d6e1e900 100644
--- a/src/graph/view3D/savebut3d.c
+++ b/src/graph/view3D/savebut3d.c
@@ -34,7 +34,7 @@
*/
#define _SAVEBUT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
#include "cpanel.h"
diff --git a/src/graph/view3D/smoothShade3d.c b/src/graph/view3D/smoothShade3d.c
index a8ae6bb7..81b01bcb 100644
--- a/src/graph/view3D/smoothShade3d.c
+++ b/src/graph/view3D/smoothShade3d.c
@@ -34,7 +34,7 @@
*/
#define _SMOOTHSHADE_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <math.h>
diff --git a/src/graph/view3D/spadAction3d.c b/src/graph/view3D/spadAction3d.c
index 64530676..c9af638b 100644
--- a/src/graph/view3D/spadAction3d.c
+++ b/src/graph/view3D/spadAction3d.c
@@ -34,7 +34,7 @@
*/
#define _SPADACTION3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <unistd.h>
#include <stdio.h>
diff --git a/src/graph/view3D/stuff3d.c b/src/graph/view3D/stuff3d.c
index 9c3041da..8858be42 100644
--- a/src/graph/view3D/stuff3d.c
+++ b/src/graph/view3D/stuff3d.c
@@ -34,7 +34,7 @@
*/
#define _STUFF3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
diff --git a/src/graph/view3D/surface3d.c b/src/graph/view3D/surface3d.c
index b89bb6d6..be54efa7 100644
--- a/src/graph/view3D/surface3d.c
+++ b/src/graph/view3D/surface3d.c
@@ -34,7 +34,7 @@
*/
#define _SURFACE3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <math.h>
diff --git a/src/graph/view3D/testcol.c b/src/graph/view3D/testcol.c
index c783943f..9638ad69 100644
--- a/src/graph/view3D/testcol.c
+++ b/src/graph/view3D/testcol.c
@@ -34,7 +34,7 @@
*/
#define _MAIN3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/graph/view3D/transform3d.c b/src/graph/view3D/transform3d.c
index 52483c6a..4030e25c 100644
--- a/src/graph/view3D/transform3d.c
+++ b/src/graph/view3D/transform3d.c
@@ -34,7 +34,7 @@
*/
#define _TRANSFORM3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include "header.h"
diff --git a/src/graph/view3D/viewport3d.c b/src/graph/view3D/viewport3d.c
index 3b7482c2..67b19e34 100644
--- a/src/graph/view3D/viewport3d.c
+++ b/src/graph/view3D/viewport3d.c
@@ -34,7 +34,7 @@
*/
#define _VIEWPORT3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <math.h>
#include <stdio.h>
diff --git a/src/graph/view3D/volume3d.c b/src/graph/view3D/volume3d.c
index 841705c2..a94e518e 100644
--- a/src/graph/view3D/volume3d.c
+++ b/src/graph/view3D/volume3d.c
@@ -34,7 +34,7 @@
*/
#define _VOLUME3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <math.h>
#include <string.h>
diff --git a/src/graph/view3D/write3d.c b/src/graph/view3D/write3d.c
index ee0711fb..caf3aab3 100644
--- a/src/graph/view3D/write3d.c
+++ b/src/graph/view3D/write3d.c
@@ -34,7 +34,7 @@
*/
#define _WRITE3D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/graph/viewAlone/spoon2D.c b/src/graph/viewAlone/spoon2D.c
index 45353ffc..236caeb8 100644
--- a/src/graph/viewAlone/spoon2D.c
+++ b/src/graph/viewAlone/spoon2D.c
@@ -34,7 +34,7 @@
*/
#define _SPOON2D_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <unistd.h>
#include <stdlib.h>
diff --git a/src/graph/viewAlone/spoonComp.c b/src/graph/viewAlone/spoonComp.c
index c3b36f44..79fe174c 100644
--- a/src/graph/viewAlone/spoonComp.c
+++ b/src/graph/viewAlone/spoonComp.c
@@ -34,7 +34,7 @@
*/
#define _SPOONCOMP_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/graph/viewAlone/viewAlone.c b/src/graph/viewAlone/viewAlone.c
index 9df3b047..07f89039 100644
--- a/src/graph/viewAlone/viewAlone.c
+++ b/src/graph/viewAlone/viewAlone.c
@@ -34,7 +34,7 @@
*/
#define _VIEWALONE_C
-#include "axiom-c-macros.h"
+#include "openaxiom-c-macros.h"
#include <stdlib.h>
#include "viewAlone.h"
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>