--- a/src/core/config.h Thu Oct 16 12:47:17 2008 +0200
+++ b/src/core/config.h Thu Oct 16 12:53:05 2008 +0200
@@ -17,8 +17,8 @@
*
* Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef NS3_CONFIG_H
+#define NS3_CONFIG_H
#include "ptr.h"
#include <string>
@@ -139,4 +139,4 @@
} // namespace ns3
-#endif /* CONFIG_H */
+#endif /* NS3_CONFIG_H */
--- a/src/node/channel.h Thu Oct 16 12:47:17 2008 +0200
+++ b/src/node/channel.h Thu Oct 16 12:53:05 2008 +0200
@@ -14,8 +14,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef CHANNEL_H
-#define CHANNEL_H
+#ifndef NS3_CHANNEL_H
+#define NS3_CHANNEL_H
#include <string>
#include <stdint.h>
@@ -69,4 +69,4 @@
}; // namespace ns3
-#endif /* CHANNEL_H */
+#endif /* NS3_CHANNEL_H */