]> andersk Git - moira.git/blobdiff - util/imake/imake.c
sync'ing files for RCS->CVS migration
[moira.git] / util / imake / imake.c
index 3ac234cc3a9c15f6fa5aaaeb9db7beea43c2575d..b827406286fd9df6b9032697d91ce621109c0367 100644 (file)
@@ -267,6 +267,13 @@ init()
 
        if (signal(SIGINT, SIG_IGN) != SIG_IGN)
                signal(SIGINT, catch);
+
+       /* This kludge is here because in AIX cpp doesn't define any
+        * symbols in cpp, they are all defined by cc.
+        */
+#ifdef _AIX
+       AddCppArg("-D_AIX");
+#endif
 }
 
 AddMakeArg(arg)
This page took 0.048681 seconds and 4 git commands to generate.