summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:22:33 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-13 09:22:33 +0000
commit3d1338b9e8623c4706303fd40bac191dc7f5079f (patch)
treea4d4fa50b59c12ed9ba4e0751a8c889fa5320601 /lib/make
parent403bdffb4f8aa31dad1940735bdfd2b3a8cdebdc (diff)
config.h -> cctk_config.h
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1248 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/cctk_config.h.in (renamed from lib/make/config.h.in)6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/make/config.h.in b/lib/make/cctk_config.h.in
index bc2c898f..d3847497 100644
--- a/lib/make/config.h.in
+++ b/lib/make/cctk_config.h.in
@@ -1,5 +1,5 @@
-#ifndef _CONFIG_H_
-#define _CONFIG_H_
+#ifndef _CCTK_CONFIG_H_
+#define _CCTK_CONFIG_H_
/* Define to empty if the keyword does not work. */
#undef const
@@ -124,4 +124,4 @@
/* Include any extra stuff from optional extra packages. */
#include "cctk_extradefs.h"
-#endif /* _CONFIG_H_ */
+#endif /* _CCTK_CONFIG_H_ */