summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-02 21:16:01 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-05-02 21:16:01 +0000
commit6581c4616a99088868b7392da8c2da76faa3eaed (patch)
tree948f8375bc17a43be184aaa139a4c30f8c2de03f /lib/make/cctk_Config.h.in
parent3a265978c329692de68fa9553ca6161eff62e0b8 (diff)
Checks for the presence of mode_t. Under NT mkdir doesn't take
the second argument, so the absence of this typedef is a good test of this situation. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1623 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index d56bdc3d..71abe8ca 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -72,6 +72,10 @@
#undef HAVE_MKDIR
#undef HAVE_SCANDIR
+/* Do we have mode_t ? */
+
+#undef HAVE_MODE_T
+
/* Some include things */
#undef TIME_WITH_SYS_TIME
#undef HAVE_TIME_H