Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a4d023

Browse files
committed
Check for <netinet/in.h>, required by DG/ux
1 parent1d6424b commit9a4d023

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,7 @@ else
27352735
fi
27362736
done
27372737

2738-
forac_hdrin sys/resource.h netdb.h arpa/inet.h
2738+
forac_hdrin sys/resource.h netdb.h arpa/inet.h getopt.h
27392739
do
27402740
ac_safe=`echo"$ac_hdr"| sed'y%./+-%__p_%'`
27412741
echo$ac_n"checking for$ac_hdr""...$ac_c"1>&6
@@ -2815,7 +2815,7 @@ else
28152815
fi
28162816
done
28172817

2818-
forac_hdrin readline/history.h ieeefp.h fp_class.h
2818+
forac_hdrin readline/history.h ieeefp.h fp_class.h netinet/in.h
28192819
do
28202820
ac_safe=`echo"$ac_hdr"| sed'y%./+-%__p_%'`
28212821
echo$ac_n"checking for$ac_hdr""...$ac_c"1>&6
@@ -3224,7 +3224,7 @@ else
32243224
fi
32253225
rm -f conftest*
32263226

3227-
iftestx$ac_cv_prog_gcc =xyes;then
3227+
iftest$ac_cv_prog_gcc =yes;then
32283228
echo$ac_n"checking whether${CC-cc} needs -traditional""...$ac_c"1>&6
32293229
echo"configure:3230: checking whether${CC-cc} needs -traditional">&5
32303230
ifeval"test\"`echo'$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set";then

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ AC_HEADER_SYS_WAIT
421421
AC_CHECK_HEADERS(limits.h unistd.h termios.h values.h sys/select.h)
422422
AC_CHECK_HEADERS(sys/resource.h netdb.h arpa/inet.h getopt.h)
423423
AC_CHECK_HEADERS(readline.h history.h dld.h crypt.h endian.h float.h)
424-
AC_CHECK_HEADERS(readline/history.h ieeefp.h fp_class.h)
424+
AC_CHECK_HEADERS(readline/history.h ieeefp.h fp_class.h netinet/in.h)
425425

426426
dnl Checks for typedefs, structures, and compiler characteristics.
427427
AC_C_CONST

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp