Fix for Solaris
[m6w6/libmemcached] / libmemcached / libmemcached_probes.h
index b441a04738000f55fe4d83f81138d1fbc5b07cfd..46f8a21f2074029efa18a42a0d71bd7dab4cf399 100644 (file)
@@ -1,11 +1,22 @@
+/* LibMemcached
+ * Copyright (C) 2006-2009 Brian Aker
+ * All rights reserved.
+ *
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary:
+ *
+ */
+
 /*
  * This file contains the definition of the various probes supported by
  * libmemcached. Currently it only support DTRACE, but just create an
  * implementation of the following macros to create your own sort of
  * probing :)
  */
-#ifndef        LIBMEMCACHED_PROBES_H
-#define        LIBMEMCACHED_PROBES_H
+#ifndef        __LIBMEMCACHED_PROBES_H__
+#define        __LIBMEMCACHED_PROBES_H__
 
 #ifdef HAVE_DTRACE
 /*
@@ -75,4 +86,4 @@
 
 #endif
 
-#endif /* LIBMEMCACHED_PROBES_H */
+#endif /* __LIBMEMCACHED_PROBES_H__ */