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

Skip to content

Commit c0d24d8

Browse files
committed
Thread support is turned on my default now. To disable building
threads use --without-threads. No extra tests of thread/compiler combinations have been added. --with(out)-thread and --with(out)-threads are completely interchangeable. --with-threads still supports the =DIRECTORY option for specifying where to find thread libraries.
1 parent 3937c8a commit c0d24d8

3 files changed

Lines changed: 543 additions & 543 deletions

File tree

config.h.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@
285285
/* Define if you have the fork function. */
286286
#undef HAVE_FORK
287287

288+
/* Define if you have the forkpty function. */
289+
#undef HAVE_FORKPTY
290+
288291
/* Define if you have the fpathconf function. */
289292
#undef HAVE_FPATHCONF
290293

@@ -366,6 +369,9 @@
366369
/* Define if you have the nice function. */
367370
#undef HAVE_NICE
368371

372+
/* Define if you have the openpty function. */
373+
#undef HAVE_OPENPTY
374+
369375
/* Define if you have the pathconf function. */
370376
#undef HAVE_PATHCONF
371377

@@ -483,6 +489,9 @@
483489
/* Define if you have the <fcntl.h> header file. */
484490
#undef HAVE_FCNTL_H
485491

492+
/* Define if you have the <libutil.h> header file. */
493+
#undef HAVE_LIBUTIL_H
494+
486495
/* Define if you have the <limits.h> header file. */
487496
#undef HAVE_LIMITS_H
488497

@@ -498,6 +507,9 @@
498507
/* Define if you have the <pthread.h> header file. */
499508
#undef HAVE_PTHREAD_H
500509

510+
/* Define if you have the <pty.h> header file. */
511+
#undef HAVE_PTY_H
512+
501513
/* Define if you have the <signal.h> header file. */
502514
#undef HAVE_SIGNAL_H
503515

0 commit comments

Comments
 (0)