Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22c6934

Browse files
committed
Regenerated autoconf files. There's an extra change to config.h.in beyond
the mremap() change I made; did someone modify configure.in previously without recreating these files?
1 parent 898527b commit 22c6934

2 files changed

Lines changed: 134 additions & 127 deletions

File tree

config.h.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@
360360
/* Define if you have the mktime function. */
361361
#undef HAVE_MKTIME
362362

363+
/* Define if you have the mremap function. */
364+
#undef HAVE_MREMAP
365+
363366
/* Define if you have the nice function. */
364367
#undef HAVE_NICE
365368

@@ -528,6 +531,9 @@
528531
/* Define if you have the <sys/select.h> header file. */
529532
#undef HAVE_SYS_SELECT_H
530533

534+
/* Define if you have the <sys/socket.h> header file. */
535+
#undef HAVE_SYS_SOCKET_H
536+
531537
/* Define if you have the <sys/time.h> header file. */
532538
#undef HAVE_SYS_TIME_H
533539

0 commit comments

Comments
 (0)