Rename macros which begin with underscore to appropiate macros. The general

rule is:

	macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
This commit is contained in:
Sascha Schumann 2000-07-03 00:41:19 +00:00
parent b982307dd1
commit cd754d7825
29 changed files with 79 additions and 79 deletions

View file

@ -1,5 +1,5 @@
#ifndef _INCLUDED_IMAP_H
#define _INCLUDED_IMAP_H
#ifndef PHP_IMAP_H
#define PHP_IMAP_H
#ifndef PHP_WIN32