summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-25 13:23:48 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-08-25 13:23:48 +0000
commit1a12da36dbd511fd63b94b54aff7986e59eecc42 (patch)
treebf079b41910f7969c5c9b2a2f12094a96ee7343b /lib/make/configure.in
parent664b505fab0aed99d1245dd2a624f3f6fd983586 (diff)
autoconf test marco: check if the system knows about socklen_t (t3e does not, eg.). Set CCTK_SOCKLEN_T to socklen_t or int otherwise
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1799 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/configure.in')
-rw-r--r--lib/make/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/make/configure.in b/lib/make/configure.in
index ae36ce85..74dda343 100644
--- a/lib/make/configure.in
+++ b/lib/make/configure.in
@@ -377,6 +377,9 @@ CCTK_HEADER_REGEX
AC_HEADER_TIME
+#Check type of socklen
+CCTK_CHECK_SOCK_LENGTH_TYPE
+
# C++ STL stuff
AC_LANG_SAVE