diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in index bb49984db..9651ec202 100644 --- a/config.h.in +++ b/config.h.in @@ -445,15 +445,9 @@ /* Define to 1 if you have the `nice' function. */ #undef HAVE_NICE -/* Define to 1 if you have NIS. */ -#undef HAVE_NIS - /* Define to 1 if you have the `nis_list' function. */ #undef HAVE_NIS_LIST -/* Define to 1 if you have NISPLUS. */ -#undef HAVE_NIS_PLUS - /* Define to 1 if you have the `nl_langinfo' function. */ #undef HAVE_NL_LANGINFO @@ -496,6 +490,9 @@ /* Define to 1 if you have the `posix_openpt' function. */ #undef HAVE_POSIX_OPENPT +/* Define to 1 if the system supports `prctl' to change process name */ +#undef HAVE_PRCTL + /* Define to 1 if you have the `ptsname' function. */ #undef HAVE_PTSNAME @@ -574,6 +571,9 @@ /* Define to 1 if RLIMIT_RTPRIO is present (whether or not as a macro). */ #undef HAVE_RLIMIT_RTPRIO +/* Define to 1 if RLIMIT_RTTIME is present (whether or not as a macro). */ +#undef HAVE_RLIMIT_RTTIME + /* Define to 1 if RLIMIT_SBSIZE is present (whether or not as a macro). */ #undef HAVE_RLIMIT_SBSIZE @@ -1150,10 +1150,6 @@ /* Define if sys/time.h and sys/select.h cannot be both included. */ #undef TIME_H_SELECT_H_CONFLICTS -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This - macro is obsolete. */ -#undef TIME_WITH_SYS_TIME - /* Define to 1 if all the kit for using /dev/ptmx for ptys is available. */ #undef USE_DEV_PTMX |