summaryrefslogtreecommitdiffstats
path: root/contrib/opie/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/opie/config.h.in')
-rw-r--r--contrib/opie/config.h.in75
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
OpenPOWER on IntegriCloud