Skip to content
Snippets Groups Projects
Commit 9be75da9 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

added HAVE_SIGVEC, HAVE_SIGACTION and SIGNAL_ONESHOT

Rev: src/machine.h.in:1.2
parent 8dd237a4
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ ...@@ -37,6 +37,9 @@
/* Define if you have the <sys/time.h> header file. */ /* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H #undef HAVE_SYS_TIME_H
/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
/* Define if you have the <sys/select.h> header file. */ /* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H #undef HAVE_SYS_SELECT_H
...@@ -197,6 +200,15 @@ ...@@ -197,6 +200,15 @@
/* Define if you have strcoll. */ /* Define if you have strcoll. */
#undef HAVE_STRCOLL #undef HAVE_STRCOLL
/* Define if you have sigaction */
#undef HAVE_SIGACTION
/* Define if you have sigvec */
#undef HAVE_SIGVEC
/* Define if you have sigvec */
#undef SIGNAL_ONESHOT
/* Define if you have setrlimit */ /* Define if you have setrlimit */
#undef HAVE_SETRLIMIT #undef HAVE_SETRLIMIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment