diff options
| author | Andreas Schwab | 2003-12-24 16:46:28 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-12-24 16:46:28 +0000 |
| commit | 7862d3a8e94744c913d4ece779c6e76e8f6d31db (patch) | |
| tree | 613e3e5b9b56c2deaa54134182013beb2f92c3d7 | |
| parent | ce6e4c2107516497217c1151a2d8d3ad5875f651 (diff) | |
| download | emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.tar.gz emacs-7862d3a8e94744c913d4ece779c6e76e8f6d31db.zip | |
Rebuild.
| -rwxr-xr-x | configure | 278 | ||||
| -rw-r--r-- | src/config.in | 9 |
2 files changed, 282 insertions, 5 deletions
| @@ -6242,6 +6242,221 @@ _ACEOF | |||
| 6242 | 6242 | ||
| 6243 | fi | 6243 | fi |
| 6244 | 6244 | ||
| 6245 | |||
| 6246 | for ac_header in sys/socket.h | ||
| 6247 | do | ||
| 6248 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
| 6249 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 6250 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
| 6251 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | ||
| 6252 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 6253 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 6254 | fi | ||
| 6255 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | ||
| 6256 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | ||
| 6257 | else | ||
| 6258 | # Is the header compilable? | ||
| 6259 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | ||
| 6260 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | ||
| 6261 | cat >conftest.$ac_ext <<_ACEOF | ||
| 6262 | /* confdefs.h. */ | ||
| 6263 | _ACEOF | ||
| 6264 | cat confdefs.h >>conftest.$ac_ext | ||
| 6265 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6266 | /* end confdefs.h. */ | ||
| 6267 | $ac_includes_default | ||
| 6268 | #include <$ac_header> | ||
| 6269 | _ACEOF | ||
| 6270 | rm -f conftest.$ac_objext | ||
| 6271 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 6272 | (eval $ac_compile) 2>conftest.er1 | ||
| 6273 | ac_status=$? | ||
| 6274 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6275 | rm -f conftest.er1 | ||
| 6276 | cat conftest.err >&5 | ||
| 6277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6278 | (exit $ac_status); } && | ||
| 6279 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 6280 | || test ! -s conftest.err' | ||
| 6281 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6282 | (eval $ac_try) 2>&5 | ||
| 6283 | ac_status=$? | ||
| 6284 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6285 | (exit $ac_status); }; } && | ||
| 6286 | { ac_try='test -s conftest.$ac_objext' | ||
| 6287 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6288 | (eval $ac_try) 2>&5 | ||
| 6289 | ac_status=$? | ||
| 6290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6291 | (exit $ac_status); }; }; then | ||
| 6292 | ac_header_compiler=yes | ||
| 6293 | else | ||
| 6294 | echo "$as_me: failed program was:" >&5 | ||
| 6295 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 6296 | |||
| 6297 | ac_header_compiler=no | ||
| 6298 | fi | ||
| 6299 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 6300 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | ||
| 6301 | echo "${ECHO_T}$ac_header_compiler" >&6 | ||
| 6302 | |||
| 6303 | # Is the header present? | ||
| 6304 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | ||
| 6305 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | ||
| 6306 | cat >conftest.$ac_ext <<_ACEOF | ||
| 6307 | /* confdefs.h. */ | ||
| 6308 | _ACEOF | ||
| 6309 | cat confdefs.h >>conftest.$ac_ext | ||
| 6310 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6311 | /* end confdefs.h. */ | ||
| 6312 | #include <$ac_header> | ||
| 6313 | _ACEOF | ||
| 6314 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | ||
| 6315 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | ||
| 6316 | ac_status=$? | ||
| 6317 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6318 | rm -f conftest.er1 | ||
| 6319 | cat conftest.err >&5 | ||
| 6320 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6321 | (exit $ac_status); } >/dev/null; then | ||
| 6322 | if test -s conftest.err; then | ||
| 6323 | ac_cpp_err=$ac_c_preproc_warn_flag | ||
| 6324 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 6325 | else | ||
| 6326 | ac_cpp_err= | ||
| 6327 | fi | ||
| 6328 | else | ||
| 6329 | ac_cpp_err=yes | ||
| 6330 | fi | ||
| 6331 | if test -z "$ac_cpp_err"; then | ||
| 6332 | ac_header_preproc=yes | ||
| 6333 | else | ||
| 6334 | echo "$as_me: failed program was:" >&5 | ||
| 6335 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 6336 | |||
| 6337 | ac_header_preproc=no | ||
| 6338 | fi | ||
| 6339 | rm -f conftest.err conftest.$ac_ext | ||
| 6340 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | ||
| 6341 | echo "${ECHO_T}$ac_header_preproc" >&6 | ||
| 6342 | |||
| 6343 | # So? What about this header? | ||
| 6344 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | ||
| 6345 | yes:no: ) | ||
| 6346 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | ||
| 6347 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | ||
| 6348 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | ||
| 6349 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | ||
| 6350 | ac_header_preproc=yes | ||
| 6351 | ;; | ||
| 6352 | no:yes:* ) | ||
| 6353 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | ||
| 6354 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | ||
| 6355 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | ||
| 6356 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | ||
| 6357 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 6358 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 6359 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 6360 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 6361 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | ||
| 6362 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | ||
| 6363 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 6364 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 6365 | ( | ||
| 6366 | cat <<\_ASBOX | ||
| 6367 | ## ------------------------------------------ ## | ||
| 6368 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 6369 | ## ------------------------------------------ ## | ||
| 6370 | _ASBOX | ||
| 6371 | ) | | ||
| 6372 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 6373 | ;; | ||
| 6374 | esac | ||
| 6375 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
| 6376 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | ||
| 6377 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 6378 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 6379 | else | ||
| 6380 | eval "$as_ac_Header=\$ac_header_preproc" | ||
| 6381 | fi | ||
| 6382 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | ||
| 6383 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | ||
| 6384 | |||
| 6385 | fi | ||
| 6386 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | ||
| 6387 | cat >>confdefs.h <<_ACEOF | ||
| 6388 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
| 6389 | _ACEOF | ||
| 6390 | |||
| 6391 | fi | ||
| 6392 | |||
| 6393 | done | ||
| 6394 | |||
| 6395 | |||
| 6396 | for ac_header in net/if.h | ||
| 6397 | do | ||
| 6398 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | ||
| 6399 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | ||
| 6400 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | ||
| 6401 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | ||
| 6402 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 6403 | else | ||
| 6404 | cat >conftest.$ac_ext <<_ACEOF | ||
| 6405 | /* confdefs.h. */ | ||
| 6406 | _ACEOF | ||
| 6407 | cat confdefs.h >>conftest.$ac_ext | ||
| 6408 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6409 | /* end confdefs.h. */ | ||
| 6410 | $ac_includes_default | ||
| 6411 | #if HAVE_SYS_SOCKET_H | ||
| 6412 | #include <sys/socket.h> | ||
| 6413 | #endif | ||
| 6414 | |||
| 6415 | #include <$ac_header> | ||
| 6416 | _ACEOF | ||
| 6417 | rm -f conftest.$ac_objext | ||
| 6418 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | ||
| 6419 | (eval $ac_compile) 2>conftest.er1 | ||
| 6420 | ac_status=$? | ||
| 6421 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6422 | rm -f conftest.er1 | ||
| 6423 | cat conftest.err >&5 | ||
| 6424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6425 | (exit $ac_status); } && | ||
| 6426 | { ac_try='test -z "$ac_c_werror_flag" | ||
| 6427 | || test ! -s conftest.err' | ||
| 6428 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6429 | (eval $ac_try) 2>&5 | ||
| 6430 | ac_status=$? | ||
| 6431 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6432 | (exit $ac_status); }; } && | ||
| 6433 | { ac_try='test -s conftest.$ac_objext' | ||
| 6434 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6435 | (eval $ac_try) 2>&5 | ||
| 6436 | ac_status=$? | ||
| 6437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6438 | (exit $ac_status); }; }; then | ||
| 6439 | eval "$as_ac_Header=yes" | ||
| 6440 | else | ||
| 6441 | echo "$as_me: failed program was:" >&5 | ||
| 6442 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 6443 | |||
| 6444 | eval "$as_ac_Header=no" | ||
| 6445 | fi | ||
| 6446 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 6447 | fi | ||
| 6448 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | ||
| 6449 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | ||
| 6450 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | ||
| 6451 | cat >>confdefs.h <<_ACEOF | ||
| 6452 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | ||
| 6453 | _ACEOF | ||
| 6454 | |||
| 6455 | fi | ||
| 6456 | |||
| 6457 | done | ||
| 6458 | |||
| 6459 | |||
| 6245 | echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 | 6460 | echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 |
| 6246 | echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 | 6461 | echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 |
| 6247 | if test "${ac_cv_struct_tm+set}" = set; then | 6462 | if test "${ac_cv_struct_tm+set}" = set; then |
| @@ -6617,7 +6832,13 @@ _ACEOF | |||
| 6617 | cat confdefs.h >>conftest.$ac_ext | 6832 | cat confdefs.h >>conftest.$ac_ext |
| 6618 | cat >>conftest.$ac_ext <<_ACEOF | 6833 | cat >>conftest.$ac_ext <<_ACEOF |
| 6619 | /* end confdefs.h. */ | 6834 | /* end confdefs.h. */ |
| 6835 | $ac_includes_default | ||
| 6836 | #if HAVE_SYS_SOCKET_H | ||
| 6837 | #include <sys/socket.h> | ||
| 6838 | #endif | ||
| 6839 | #if HAVE_NET_IF_H | ||
| 6620 | #include <net/if.h> | 6840 | #include <net/if.h> |
| 6841 | #endif | ||
| 6621 | 6842 | ||
| 6622 | int | 6843 | int |
| 6623 | main () | 6844 | main () |
| @@ -6662,7 +6883,13 @@ _ACEOF | |||
| 6662 | cat confdefs.h >>conftest.$ac_ext | 6883 | cat confdefs.h >>conftest.$ac_ext |
| 6663 | cat >>conftest.$ac_ext <<_ACEOF | 6884 | cat >>conftest.$ac_ext <<_ACEOF |
| 6664 | /* end confdefs.h. */ | 6885 | /* end confdefs.h. */ |
| 6886 | $ac_includes_default | ||
| 6887 | #if HAVE_SYS_SOCKET_H | ||
| 6888 | #include <sys/socket.h> | ||
| 6889 | #endif | ||
| 6890 | #if HAVE_NET_IF_H | ||
| 6665 | #include <net/if.h> | 6891 | #include <net/if.h> |
| 6892 | #endif | ||
| 6666 | 6893 | ||
| 6667 | int | 6894 | int |
| 6668 | main () | 6895 | main () |
| @@ -6728,7 +6955,13 @@ _ACEOF | |||
| 6728 | cat confdefs.h >>conftest.$ac_ext | 6955 | cat confdefs.h >>conftest.$ac_ext |
| 6729 | cat >>conftest.$ac_ext <<_ACEOF | 6956 | cat >>conftest.$ac_ext <<_ACEOF |
| 6730 | /* end confdefs.h. */ | 6957 | /* end confdefs.h. */ |
| 6958 | $ac_includes_default | ||
| 6959 | #if HAVE_SYS_SOCKET_H | ||
| 6960 | #include <sys/socket.h> | ||
| 6961 | #endif | ||
| 6962 | #if HAVE_NET_IF_H | ||
| 6731 | #include <net/if.h> | 6963 | #include <net/if.h> |
| 6964 | #endif | ||
| 6732 | 6965 | ||
| 6733 | int | 6966 | int |
| 6734 | main () | 6967 | main () |
| @@ -6773,7 +7006,13 @@ _ACEOF | |||
| 6773 | cat confdefs.h >>conftest.$ac_ext | 7006 | cat confdefs.h >>conftest.$ac_ext |
| 6774 | cat >>conftest.$ac_ext <<_ACEOF | 7007 | cat >>conftest.$ac_ext <<_ACEOF |
| 6775 | /* end confdefs.h. */ | 7008 | /* end confdefs.h. */ |
| 7009 | $ac_includes_default | ||
| 7010 | #if HAVE_SYS_SOCKET_H | ||
| 7011 | #include <sys/socket.h> | ||
| 7012 | #endif | ||
| 7013 | #if HAVE_NET_IF_H | ||
| 6776 | #include <net/if.h> | 7014 | #include <net/if.h> |
| 7015 | #endif | ||
| 6777 | 7016 | ||
| 6778 | int | 7017 | int |
| 6779 | main () | 7018 | main () |
| @@ -6839,7 +7078,13 @@ _ACEOF | |||
| 6839 | cat confdefs.h >>conftest.$ac_ext | 7078 | cat confdefs.h >>conftest.$ac_ext |
| 6840 | cat >>conftest.$ac_ext <<_ACEOF | 7079 | cat >>conftest.$ac_ext <<_ACEOF |
| 6841 | /* end confdefs.h. */ | 7080 | /* end confdefs.h. */ |
| 7081 | $ac_includes_default | ||
| 7082 | #if HAVE_SYS_SOCKET_H | ||
| 7083 | #include <sys/socket.h> | ||
| 7084 | #endif | ||
| 7085 | #if HAVE_NET_IF_H | ||
| 6842 | #include <net/if.h> | 7086 | #include <net/if.h> |
| 7087 | #endif | ||
| 6843 | 7088 | ||
| 6844 | int | 7089 | int |
| 6845 | main () | 7090 | main () |
| @@ -6884,7 +7129,13 @@ _ACEOF | |||
| 6884 | cat confdefs.h >>conftest.$ac_ext | 7129 | cat confdefs.h >>conftest.$ac_ext |
| 6885 | cat >>conftest.$ac_ext <<_ACEOF | 7130 | cat >>conftest.$ac_ext <<_ACEOF |
| 6886 | /* end confdefs.h. */ | 7131 | /* end confdefs.h. */ |
| 7132 | $ac_includes_default | ||
| 7133 | #if HAVE_SYS_SOCKET_H | ||
| 7134 | #include <sys/socket.h> | ||
| 7135 | #endif | ||
| 7136 | #if HAVE_NET_IF_H | ||
| 6887 | #include <net/if.h> | 7137 | #include <net/if.h> |
| 7138 | #endif | ||
| 6888 | 7139 | ||
| 6889 | int | 7140 | int |
| 6890 | main () | 7141 | main () |
| @@ -6950,7 +7201,13 @@ _ACEOF | |||
| 6950 | cat confdefs.h >>conftest.$ac_ext | 7201 | cat confdefs.h >>conftest.$ac_ext |
| 6951 | cat >>conftest.$ac_ext <<_ACEOF | 7202 | cat >>conftest.$ac_ext <<_ACEOF |
| 6952 | /* end confdefs.h. */ | 7203 | /* end confdefs.h. */ |
| 7204 | $ac_includes_default | ||
| 7205 | #if HAVE_SYS_SOCKET_H | ||
| 7206 | #include <sys/socket.h> | ||
| 7207 | #endif | ||
| 7208 | #if HAVE_NET_IF_H | ||
| 6953 | #include <net/if.h> | 7209 | #include <net/if.h> |
| 7210 | #endif | ||
| 6954 | 7211 | ||
| 6955 | int | 7212 | int |
| 6956 | main () | 7213 | main () |
| @@ -6995,7 +7252,13 @@ _ACEOF | |||
| 6995 | cat confdefs.h >>conftest.$ac_ext | 7252 | cat confdefs.h >>conftest.$ac_ext |
| 6996 | cat >>conftest.$ac_ext <<_ACEOF | 7253 | cat >>conftest.$ac_ext <<_ACEOF |
| 6997 | /* end confdefs.h. */ | 7254 | /* end confdefs.h. */ |
| 7255 | $ac_includes_default | ||
| 7256 | #if HAVE_SYS_SOCKET_H | ||
| 7257 | #include <sys/socket.h> | ||
| 7258 | #endif | ||
| 7259 | #if HAVE_NET_IF_H | ||
| 6998 | #include <net/if.h> | 7260 | #include <net/if.h> |
| 7261 | #endif | ||
| 6999 | 7262 | ||
| 7000 | int | 7263 | int |
| 7001 | main () | 7264 | main () |
| @@ -7061,7 +7324,13 @@ _ACEOF | |||
| 7061 | cat confdefs.h >>conftest.$ac_ext | 7324 | cat confdefs.h >>conftest.$ac_ext |
| 7062 | cat >>conftest.$ac_ext <<_ACEOF | 7325 | cat >>conftest.$ac_ext <<_ACEOF |
| 7063 | /* end confdefs.h. */ | 7326 | /* end confdefs.h. */ |
| 7327 | $ac_includes_default | ||
| 7328 | #if HAVE_SYS_SOCKET_H | ||
| 7329 | #include <sys/socket.h> | ||
| 7330 | #endif | ||
| 7331 | #if HAVE_NET_IF_H | ||
| 7064 | #include <net/if.h> | 7332 | #include <net/if.h> |
| 7333 | #endif | ||
| 7065 | 7334 | ||
| 7066 | int | 7335 | int |
| 7067 | main () | 7336 | main () |
| @@ -7106,7 +7375,13 @@ _ACEOF | |||
| 7106 | cat confdefs.h >>conftest.$ac_ext | 7375 | cat confdefs.h >>conftest.$ac_ext |
| 7107 | cat >>conftest.$ac_ext <<_ACEOF | 7376 | cat >>conftest.$ac_ext <<_ACEOF |
| 7108 | /* end confdefs.h. */ | 7377 | /* end confdefs.h. */ |
| 7378 | $ac_includes_default | ||
| 7379 | #if HAVE_SYS_SOCKET_H | ||
| 7380 | #include <sys/socket.h> | ||
| 7381 | #endif | ||
| 7382 | #if HAVE_NET_IF_H | ||
| 7109 | #include <net/if.h> | 7383 | #include <net/if.h> |
| 7384 | #endif | ||
| 7110 | 7385 | ||
| 7111 | int | 7386 | int |
| 7112 | main () | 7387 | main () |
| @@ -19715,8 +19990,7 @@ _ACEOF | |||
| 19715 | fi | 19990 | fi |
| 19716 | 19991 | ||
| 19717 | 19992 | ||
| 19718 | 19993 | for ac_header in sys/ioctl.h | |
| 19719 | for ac_header in sys/ioctl.h net/if.h | ||
| 19720 | do | 19994 | do |
| 19721 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 19995 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 19722 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 19996 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
diff --git a/src/config.in b/src/config.in index 5024712ac43..0fb4b3f3444 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -549,6 +549,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 549 | /* Define to 1 if you have the <sys/select.h> header file. */ | 549 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 550 | #undef HAVE_SYS_SELECT_H | 550 | #undef HAVE_SYS_SELECT_H |
| 551 | 551 | ||
| 552 | /* Define to 1 if you have the <sys/socket.h> header file. */ | ||
| 553 | #undef HAVE_SYS_SOCKET_H | ||
| 554 | |||
| 552 | /* Define to 1 if you have the <sys/soundcard.h> header file. */ | 555 | /* Define to 1 if you have the <sys/soundcard.h> header file. */ |
| 553 | #undef HAVE_SYS_SOUNDCARD_H | 556 | #undef HAVE_SYS_SOUNDCARD_H |
| 554 | 557 | ||
| @@ -748,9 +751,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 748 | /* If using the C implementation of alloca, define if you know the | 751 | /* If using the C implementation of alloca, define if you know the |
| 749 | direction of stack growth for your system; otherwise it will be | 752 | direction of stack growth for your system; otherwise it will be |
| 750 | automatically deduced at run-time. | 753 | automatically deduced at run-time. |
| 751 | STACK_DIRECTION > 0 => grows toward higher addresses | 754 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 752 | STACK_DIRECTION < 0 => grows toward lower addresses | 755 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 753 | STACK_DIRECTION = 0 => direction of growth unknown */ | 756 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 754 | #undef STACK_DIRECTION | 757 | #undef STACK_DIRECTION |
| 755 | 758 | ||
| 756 | /* Define to 1 if you have the ANSI C header files. */ | 759 | /* Define to 1 if you have the ANSI C header files. */ |