/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by lefcha, Thu Jul 31 15:53:19 2003 UTC revision 1.23 by lefcha, Thu Jul 31 22:05:30 2003 UTC
# Line 237  EOF Line 237  EOF
237    
238  mv -f config.h config.h~  mv -f config.h config.h~
239    
240  echo "/* Debugging information. */" > config.h  echo "#ifndef CONFIG_H" > config.h
241    echo "#define CONFIG_H" >> config.h
242    echo >> config.h; echo >> config.h
243    
244    echo "/* Debugging information. */" >> config.h
245  if [ $debug = "yes" ]  if [ $debug = "yes" ]
246  then  then
247    echo "#define DEBUG" >> config.h    echo "#define DEBUG" >> config.h
# Line 281  else Line 285  else
285    echo "#undef CRAM_MD5" >> config.h    echo "#undef CRAM_MD5" >> config.h
286  fi  fi
287    
288    echo >> config.h; echo >> config.h
289    echo "#endif                            /* CONFIG_H */" >> config.h
290    
291    
292  exit 0  exit 0

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26