]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/gcmalloc.h
network_cmds-245.8.tar.gz
[apple/network_cmds.git] / racoon.tproj / gcmalloc.h
index 53a882a4b9d267fe7abfc156f88fcc360b51bf8c..b4343ec88793ba30a459e32c40c6fa22ab05910b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $KAME: gcmalloc.h,v 1.3 2001/04/04 22:23:05 thorpej Exp $       */
+/*     $KAME: gcmalloc.h,v 1.4 2001/11/16 04:34:57 sakane Exp $        */
 
 /*
  * Copyright (C) 2000, 2001 WIDE Project.
@@ -33,8 +33,8 @@
  * Debugging malloc glue for Racoon.
  */
 
-#ifndef _GCMALLOC_H_DEFINED
-#define _GCMALLOC_H_DEFINED
+#ifndef __GCMALLOC_H__
+#define __GCMALLOC_H__
 
 /* ElectricFence needs no special handling. */
 
@@ -111,4 +111,5 @@ free(void *ptr)
 #endif
 #endif /* DEBUG_RECORD_MALLOCATION */
 
-#endif /* _GCMALLOC_H_DEFINED */
+#endif /* __GCMALLOC_H__ */
+