summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-31 17:44:15 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-31 17:44:15 +0000
commit7f0754414916b9d6396c56bc42223e1b09424ca4 (patch)
treef751afe854828a36cc2a42a2f227e8fb4bf78f1e /lib/make/cctk_Config.h.in
parentf3d09373dafcb348fce6ef69095938792692868b (diff)
Check for availability of <sys/filio.h> which is needed for socket I/O code.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2882 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/cctk_Config.h.in')
-rw-r--r--lib/make/cctk_Config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/make/cctk_Config.h.in b/lib/make/cctk_Config.h.in
index 74cb6740..73d409a0 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -91,6 +91,7 @@
#undef HAVE_TIME_H
#undef HAVE_SYS_TIME_H
#undef HAVE_SYS_TYPES_H
+#undef HAVE_SYS_FILIO_H
#undef HAVE_UNISTD_H
#undef HAVE_STRING_H
#undef HAVE_ASSERT_H
@@ -128,7 +129,7 @@
#undef NULL_DEVICE
-/* The TYPE of socklen_t if it does not exist */
+/* The TYPE of socklen_t if it does not exist */
#ifdef HAVE_SOCKLEN_T
#define CCTK_SOCKLEN_T socklen_t