diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:17:48 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 00:17:48 +0200 |
commit | b09f4483416c54c1782824633dfabaf2ec0265b6 (patch) | |
tree | 304bc82642862525ae680c7fbaa249663b10ad57 /config.h.in | |
parent | 12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff) | |
parent | 6e55c920503071e917619b8cb1a188cd35d772db (diff) | |
download | zsh-b09f4483416c54c1782824633dfabaf2ec0265b6.tar.gz zsh-b09f4483416c54c1782824633dfabaf2ec0265b6.zip |
New upstream version 5.8.1.2-test
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 |