#!/usr/bin/awk -f { gsub("CURLOPT_","GNURLOPT_"); gsub("CURLMOPT_","GNURLMOPT_"); gsub("CURLINFO_","GNURLINFO_"); print $0 }