changeset 3763 | e46e361a4262 |
parent 3752 | 5ab2feb083a0 |
child 3787 | 985324e2caaa |
1.1 --- a/src/core/config.h Thu Oct 16 12:53:05 2008 +0200 1.2 +++ b/src/core/config.h Fri Oct 17 14:15:52 2008 +0200 1.3 @@ -17,8 +17,8 @@ 1.4 * 1.5 * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr> 1.6 */ 1.7 -#ifndef NS3_CONFIG_H 1.8 -#define NS3_CONFIG_H 1.9 +#ifndef CONFIG_H 1.10 +#define CONFIG_H 1.11 1.12 #include "ptr.h" 1.13 #include <string> 1.14 @@ -139,4 +139,4 @@ 1.15 1.16 } // namespace ns3 1.17 1.18 -#endif /* NS3_CONFIG_H */ 1.19 +#endif /* CONFIG_H */