spell ISC_*_H in uppercase

This commit is contained in:
Andreas Gustafsson 2000-01-31 17:41:49 +00:00
parent 3d659a692a
commit 994a1996e4
3 changed files with 11 additions and 10 deletions

View file

@ -15,8 +15,8 @@
* SOFTWARE.
*/
#ifndef isc_mktemplate_h
#define isc_mktemplate_h
#ifndef ISC_MKTEMPLATE_H
#define ISC_MKTEMPLATE_H
#include <isc/lang.h>
#include <isc/result.h>
@ -37,4 +37,4 @@ isc_mktemplate(const char *name, char *buf, size_t buflen);
ISC_LANG_ENDDECLS
#endif
#endif /* ISC_MKTEMPLATE_H */

View file

@ -15,10 +15,10 @@
* SOFTWARE.
*/
/* $Id: serial.h,v 1.2 1999/09/15 23:58:40 explorer Exp $ */
/* $Id: serial.h,v 1.3 2000/01/31 17:41:49 gson Exp $ */
#ifndef isc_serial_h
#define isc_serial_h
#ifndef ISC_SERIAL_H
#define ISC_SERIAL_H
#include <isc/types.h>
#include <isc/boolean.h>
@ -68,4 +68,4 @@ isc_boolean_t isc_serial_ne(isc_uint32_t a, isc_uint32_t b);
ISC_LANG_ENDDECLS
#endif /* isc_serial_h */
#endif /* ISC_SERIAL_H */

View file

@ -15,8 +15,8 @@
* SOFTWARE.
*/
#ifndef isc_ufile_h
#define isc_ufile_h
#ifndef ISC_UFILE_H
#define ISC_UFILE_H
#include <stdio.h>
#include <isc/lang.h>
@ -41,4 +41,5 @@ FILE * isc_ufile(char *template);
*/
ISC_LANG_ENDDECLS
#endif
#endif /* ISC_UFILE_H */