diff options
author | markm <markm@FreeBSD.org> | 2002-03-21 22:50:02 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-21 22:50:02 +0000 |
commit | da481742fe10db46be0a0f92255f012bcfa3a0a9 (patch) | |
tree | 5c9f598749274986230a9eaa1de3c9dd00eb09b3 /contrib/opie/config.h.in | |
parent | 3b73ce2319e249cf2795cf4b0d0c624134f01e77 (diff) | |
parent | 4cdfa7814cda254acabe1040a2b2d0c4f5bc4295 (diff) | |
download | FreeBSD-src-da481742fe10db46be0a0f92255f012bcfa3a0a9.zip FreeBSD-src-da481742fe10db46be0a0f92255f012bcfa3a0a9.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r92906,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/opie/config.h.in')
-rw-r--r-- | contrib/opie/config.h.in | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/contrib/opie/config.h.in b/contrib/opie/config.h.in index 7f8fe40..ca700f7 100644 --- a/contrib/opie/config.h.in +++ b/contrib/opie/config.h.in @@ -149,6 +149,12 @@ /* Define if there is a ut_host field in struct utmp */ #undef HAVE_UT_HOST +/* Define if there is a ut_id field in struct utmp */ +#undef HAVE_UT_ID + +/* Define if there is a utx_syslen field in struct utmpx */ +#undef HAVE_UTX_SYSLEN + /* Define if the system has getutline() */ #undef HAVE_GETUTLINE @@ -158,6 +164,9 @@ /* Defined if you want to disable utmp support */ #undef DISABLE_UTMP +/* Defined if you want to disable wtmp support */ +#undef DISABLE_WTMP + /* Defined if you want to allow users to override the insecure checks */ #undef INSECURE_OVERRIDE @@ -176,6 +185,72 @@ /* Defined if su should not switch to disabled accounts */ #undef SU_STAR_CHECK +/* Defined if opieauto is to be used */ +#undef OPIEAUTO + +/* Define if you have the atexit function. */ +#undef HAVE_ATEXIT + +/* Define if you have the endutent function. */ +#undef HAVE_ENDUTENT + +/* Define if you have the initgroups function. */ +#undef HAVE_INITGROUPS + +/* Define if you have the memcmp function. */ +#undef HAVE_MEMCMP + +/* Define if you have the memcpy function. */ +#undef HAVE_MEMCPY + +/* Define if you have the memset function. */ +#undef HAVE_MEMSET + +/* Define if you have the getcwd function. */ +#undef HAVE_GETCWD + +/* Define if you have the getenv function. */ +#undef HAVE_GETENV + +/* Define if you have the getutline function. */ +#undef HAVE_GETUTLINE + +/* Define if you have the pututline function. */ +#undef HAVE_PUTUTLINE + +/* Define if you have the setenv function. */ +#undef HAVE_SETENV + +/* Define if you have the setegid function. */ +#undef HAVE_SETEGID + +/* Define if you have the seteuid function. */ +#undef HAVE_SETEUID + +/* Define if you have the setutent function. */ +#undef HAVE_SETUTENT + +/* Define if you have the sigprocmask function. */ +#undef HAVE_SIGPROCMASK + +/* Define if you have the strchr function. */ +#undef HAVE_STRCHR + +/* Define if you have the strrchr function. */ +#undef HAVE_STRRCHR + +/* Define if you have the strtoul function. */ +#undef HAVE_STRTOUL + +/* Define if you have the sysconf function. */ +#undef HAVE_SYSCONF + +/* Define if you have the uname function. */ +#undef HAVE_UNAME + +/* Define if you have the unsetenv function. */ +#undef HAVE_UNSETENV + /* Define if you have the bcopy function. */ #undef HAVE_BCOPY |