Commit 316e02be authored by Benjamin Peterson's avatar Benjamin Peterson

run autoreconf

parent 48251e77
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
/* Define this if you have the makedev macro. */ /* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV #undef HAVE_MAKEDEV
/* Define this if mallopt can set malloc mmap threshold. */ /* Define if mallopt can set malloc mmap threshold. */
#undef HAVE_MALLOPT_MMAP_THRESHOLD #undef HAVE_MALLOPT_MMAP_THRESHOLD
/* Define to 1 if you have the `mbrtowc' function. */ /* Define to 1 if you have the `mbrtowc' function. */
...@@ -590,12 +590,12 @@ ...@@ -590,12 +590,12 @@
/* Define to 1 if you have the `pthread_init' function. */ /* Define to 1 if you have the `pthread_init' function. */
#undef HAVE_PTHREAD_INIT #undef HAVE_PTHREAD_INIT
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define to 1 if you have the `pthread_kill' function. */ /* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL #undef HAVE_PTHREAD_KILL
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define to 1 if you have the <pty.h> header file. */ /* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H #undef HAVE_PTY_H
...@@ -725,12 +725,12 @@ ...@@ -725,12 +725,12 @@
/* Define to 1 if you have the `siginterrupt' function. */ /* Define to 1 if you have the `siginterrupt' function. */
#undef HAVE_SIGINTERRUPT #undef HAVE_SIGINTERRUPT
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING
/* Define to 1 if you have the <signal.h> header file. */ /* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H #undef HAVE_SIGNAL_H
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING
/* Define to 1 if you have the `sigrelse' function. */ /* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE #undef HAVE_SIGRELSE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment