Home
last modified time | relevance | path

Searched refs:tcl_cv_intptr_t (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/tkdnd/tkdnd2.8/
H A Dconfigure.in223 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
224 for tcl_cv_intptr_t in "int" "long" "long long" none; do
225 if test "$tcl_cv_intptr_t" != none; then
227 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
231 if test "$tcl_cv_intptr_t" != none; then
232 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure9878 if ${tcl_cv_intptr_t+:} false; then :
9882 for tcl_cv_intptr_t in "int" "long" "long long" none; do
9883 if test "$tcl_cv_intptr_t" != none; then
9890 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
9908 $as_echo "$tcl_cv_intptr_t" >&6; }
9909 if test "$tcl_cv_intptr_t" != none; then
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/
H A Dconfigure.ac109 if test "$tcl_cv_intptr_t" != none; then
111 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
115 if test "$tcl_cv_intptr_t" != none; then
116 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure6126 for tcl_cv_intptr_t in "int" "long" "long long" none; do
6127 if test "$tcl_cv_intptr_t" != none; then
6134 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
6151 $as_echo "$tcl_cv_intptr_t" >&6; }
6152 if test "$tcl_cv_intptr_t" != none; then
/dports/lang/tcl85/tcl8.5.19/win/
H A Dconfigure.in103 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
104 for tcl_cv_intptr_t in "int" "long" "long long" none; do
105 if test "$tcl_cv_intptr_t" != none; then
107 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
111 if test "$tcl_cv_intptr_t" != none; then
112 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure4345 for tcl_cv_intptr_t in "int" "long" "long long" none; do
4346 if test "$tcl_cv_intptr_t" != none; then
4357 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
4397 echo "$as_me:$LINENO: result: $tcl_cv_intptr_t" >&5
4398 echo "${ECHO_T}$tcl_cv_intptr_t" >&6
4399 if test "$tcl_cv_intptr_t" != none; then
/dports/lang/itcl4/itcl4.2.2/
H A Dconfigure.ac224 if test "$tcl_cv_intptr_t" != none; then
226 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
230 if test "$tcl_cv_intptr_t" != none; then
231 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure8798 if test ${tcl_cv_intptr_t+y}
8803 for tcl_cv_intptr_t in "int" "long" "long long" none; do
8804 if test "$tcl_cv_intptr_t" != none; then
8811 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
8829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
8830 printf "%s\n" "$tcl_cv_intptr_t" >&6; }
8831 if test "$tcl_cv_intptr_t" != none; then
8833 printf "%s\n" "#define intptr_t $tcl_cv_intptr_t" >>confdefs.h
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/
H A Dconfigure.ac224 if test "$tcl_cv_intptr_t" != none; then
226 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
230 if test "$tcl_cv_intptr_t" != none; then
231 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure8798 if test ${tcl_cv_intptr_t+y}
8803 for tcl_cv_intptr_t in "int" "long" "long long" none; do
8804 if test "$tcl_cv_intptr_t" != none; then
8811 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
8829 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
8830 printf "%s\n" "$tcl_cv_intptr_t" >&6; }
8831 if test "$tcl_cv_intptr_t" != none; then
8833 printf "%s\n" "#define intptr_t $tcl_cv_intptr_t" >>confdefs.h
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A Dconfigure.in125 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
126 for tcl_cv_intptr_t in "int" "long" "__int64" none; do
127 if test "$tcl_cv_intptr_t" != none; then
129 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
133 if test "$tcl_cv_intptr_t" != none; then
134 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure4777 for tcl_cv_intptr_t in "int" "long" "__int64" none; do
4778 if test "$tcl_cv_intptr_t" != none; then
4789 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
4829 echo "$as_me:$LINENO: result: $tcl_cv_intptr_t" >&5
4830 echo "${ECHO_T}$tcl_cv_intptr_t" >&6
4831 if test "$tcl_cv_intptr_t" != none; then
/dports/lang/tcl86/tcl8.6.12/win/
H A Dconfigure.in162 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
163 for tcl_cv_intptr_t in "int" "long" "long long" none; do
164 if test "$tcl_cv_intptr_t" != none; then
166 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
170 if test "$tcl_cv_intptr_t" != none; then
171 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure4497 for tcl_cv_intptr_t in "int" "long" "long long" none; do
4498 if test "$tcl_cv_intptr_t" != none; then
4509 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
4549 echo "$as_me:$LINENO: result: $tcl_cv_intptr_t" >&5
4550 echo "${ECHO_T}$tcl_cv_intptr_t" >&6
4551 if test "$tcl_cv_intptr_t" != none; then
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A Dconfigure.ac123 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
124 for tcl_cv_intptr_t in "int" "long" "__int64" none; do
125 if test "$tcl_cv_intptr_t" != none; then
127 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
131 if test "$tcl_cv_intptr_t" != none; then
132 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
H A Dconfigure5061 if test ${tcl_cv_intptr_t+y}
5066 for tcl_cv_intptr_t in "int" "long" "__int64" none; do
5067 if test "$tcl_cv_intptr_t" != none; then
5074 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
5092 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
5093 printf "%s\n" "$tcl_cv_intptr_t" >&6; }
5094 if test "$tcl_cv_intptr_t" != none; then
5096 printf "%s\n" "#define intptr_t $tcl_cv_intptr_t" >>confdefs.h
/dports/devel/tcl-memchan/Memchan2.3/
H A Dconfigure.in42 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
43 for tcl_cv_intptr_t in "int" "long" "long long" none; do
44 if test "$tcl_cv_intptr_t" != none; then
46 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
50 if test "$tcl_cv_intptr_t" != none; then
51 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/dports/lang/tcl85/tcl8.5.19/unix/
H A Dconfigure.in338 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
339 for tcl_cv_intptr_t in "int" "long" "long long" none; do
340 if test "$tcl_cv_intptr_t" != none; then
342 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
346 if test "$tcl_cv_intptr_t" != none; then
347 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A Dconfigure.in212 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
213 for tcl_cv_intptr_t in "int" "long" "long long" none; do
214 if test "$tcl_cv_intptr_t" != none; then
216 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
220 if test "$tcl_cv_intptr_t" != none; then
221 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A Dconfigure.in222 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
223 for tcl_cv_intptr_t in "int" "long" "long long" none; do
224 if test "$tcl_cv_intptr_t" != none; then
226 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
230 if test "$tcl_cv_intptr_t" != none; then
231 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/dports/lang/tcl86/tcl8.6.12/unix/
H A Dconfigure.in383 AC_CACHE_CHECK([for pointer-size signed integer type], tcl_cv_intptr_t, [
384 for tcl_cv_intptr_t in "int" "long" "long long" none; do
385 if test "$tcl_cv_intptr_t" != none; then
387 [[sizeof (void *) <= sizeof ($tcl_cv_intptr_t)]])],
391 if test "$tcl_cv_intptr_t" != none; then
392 AC_DEFINE_UNQUOTED([intptr_t], [$tcl_cv_intptr_t], [Signed integer
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A Dconfigure7364 if ${tcl_cv_intptr_t+:} false; then :
7368 for tcl_cv_intptr_t in "int" "long" "long long" none; do
7369 if test "$tcl_cv_intptr_t" != none; then
7376 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
7394 $as_echo "$tcl_cv_intptr_t" >&6; }
7395 if test "$tcl_cv_intptr_t" != none; then
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A Dconfigure7280 if ${tcl_cv_intptr_t+:} false; then :
7284 for tcl_cv_intptr_t in "int" "long" "long long" none; do
7285 if test "$tcl_cv_intptr_t" != none; then
7292 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
7310 $as_echo "$tcl_cv_intptr_t" >&6; }
7311 if test "$tcl_cv_intptr_t" != none; then
/dports/lang/tcl86/tcl8.6.12/macosx/
H A Dconfigure9115 if ${tcl_cv_intptr_t+:} false; then :
9119 for tcl_cv_intptr_t in "int" "long" "long long" none; do
9120 if test "$tcl_cv_intptr_t" != none; then
9127 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
9145 $as_echo "$tcl_cv_intptr_t" >&6; }
9146 if test "$tcl_cv_intptr_t" != none; then
/dports/lang/tcl85/tcl8.5.19/macosx/
H A Dconfigure9149 if ${tcl_cv_intptr_t+:} false; then :
9153 for tcl_cv_intptr_t in "int" "long" "long long" none; do
9154 if test "$tcl_cv_intptr_t" != none; then
9161 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($tcl_cv_intptr_t))];
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $tcl_cv_intptr_t" >&5
9179 $as_echo "$tcl_cv_intptr_t" >&6; }
9180 if test "$tcl_cv_intptr_t" != none; then

12