]> andersk Git - moira.git/blobdiff - util/imake.includes/oracle.awk
Switch from Imake-based build system to autoconf-based.
[moira.git] / util / imake.includes / oracle.awk
diff --git a/util/imake.includes/oracle.awk b/util/imake.includes/oracle.awk
deleted file mode 100644 (file)
index c341f30..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-BEGIN                          {state = 0}
-$1=="#ifsql"&&$2=="ORACLE"     {state = 0; printf("\n"); next}
-$1=="#ifsql"                   {state = 1; printf("\n"); next}
-$1=="#elsesql"                 {state = 1-state; printf("\n"); next}
-$1=="#endsql"                  {state = 0; printf("\n"); next}
-state==1                       {printf("\n"); next}
-state==0
This page took 0.033333 seconds and 4 git commands to generate.