]> andersk Git - moira.git/blobdiff - util/imake.includes/informix.awk
Switch from Imake-based build system to autoconf-based.
[moira.git] / util / imake.includes / informix.awk
diff --git a/util/imake.includes/informix.awk b/util/imake.includes/informix.awk
deleted file mode 100644 (file)
index ee2c612..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-BEGIN                          {state = 0}
-$1=="#ifsql"&&$2=="INFORMIX"   {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.058945 seconds and 4 git commands to generate.