Added the equivalent of #undef BACKPORT_LINUX_WORKQUEUE_TO_2_6_19.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@823 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-05-04 20:03:48 +00:00
parent 52d50a5ea7
commit 69d545d77d

View File

@@ -60,6 +60,8 @@ function evaluate(stmnt) {
gsub("defined\\(INSIDE_KERNEL_TREE\\)", "1", stmnt)
gsub("defined\\(BACKPORT_LINUX_WORKQUEUE_TO_2_6_19\\)", "0", stmnt)
if (RHEL_MAJOR == "")
gsub("defined\\(RHEL_MAJOR\\)", "0", stmnt)
else