Changeset 3059 for pjproject/trunk/aconfigure
- Timestamp:
- Jan 13, 2010 9:28:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r3058 r3059 4718 4718 4719 4719 4720 ac_fn_c_check_header_mongrel "$LINENO" "sys/filio.h" "ac_cv_header_sys_filio_h" "$ac_includes_default" 4721 if test "x$ac_cv_header_sys_filio_h" = x""yes; then : 4722 $as_echo "#define PJ_HAS_SYS_FILIO_H 1" >>confdefs.h 4723 4724 fi 4725 4726 4727 ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default" 4728 if test "x$ac_cv_header_sys_sockio_h" = x""yes; then : 4729 $as_echo "#define PJ_HAS_SYS_SOCKIO_H 1" >>confdefs.h 4730 4731 fi 4732 4733 4720 4734 ac_fn_c_check_header_mongrel "$LINENO" "time.h" "ac_cv_header_time_h" "$ac_includes_default" 4721 4735 if test "x$ac_cv_header_time_h" = x""yes; then :
Note: See TracChangeset
for help on using the changeset viewer.