diff th_config.h @ 49:598609fb49b0

Change how "config.h" is included, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Oct 2011 15:40:54 +0300
parents 1ac2449c4df7
children 34d58b0f2d52
line wrap: on
line diff
--- a/th_config.h	Mon Oct 03 15:39:42 2011 +0300
+++ b/th_config.h	Mon Oct 03 15:40:54 2011 +0300
@@ -5,8 +5,8 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
-#ifndef _TH_CONFIG_H
-#define _TH_CONFIG_H
+#ifndef TH_CONFIG_H
+#define TH_CONFIG_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -71,4 +71,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* _TH_CONFIG_H */
+#endif /* TH_CONFIG_H */