summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-25 14:26:49 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-25 14:26:49 +0000
commit734ca8aebd6e5503d057bdabc29cab3602a9a662 (patch)
treee02f4d84d3d15b7bd1e37f3da56e900ac98894fe /lib
parent1a12da36dbd511fd63b94b54aff7986e59eecc42 (diff)
adding #undef CCTK_SOCKLEN_T
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1800 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-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 db761d24..6e2383c0 100644
--- a/lib/make/cctk_Config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -115,6 +115,10 @@
#undef NULL_DEVICE
+/* The TYPE of socklen_t if it does not exist */
+
+#undef CCTK_SOCKLEN_T
+
/******************************************************************************/
#ifdef CCODE