summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2023-05-01 09:35:34 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2023-05-01 09:35:34 -0600
commitb3a0d009b185e599622d4722010ae0278eeee5fc (patch)
treedddc6cb455fb3df5ede8f71c0261cde50e19d2a8 /config.h.in
parent69d3ec2ae5f99b4c1bd11d53685d7170dff2f1b2 (diff)
downloadsudo-b3a0d009b185e599622d4722010ae0278eeee5fc.tar.gz
Regenerate with latest autoconf from git.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in
index 6389dc68f..9366f310a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -38,8 +38,8 @@
/* Define to 1 if you want to require fully qualified hosts in sudoers. */
#undef FQDN
-/* Define to the type of elements in the array set by 'getgroups'. Usually
- this is either 'int' or 'gid_t'. */
+/* Define to the type of elements in the array argument to 'getgroups'.
+ Usually this is either 'int' or 'gid_t'. */
#undef GETGROUPS_T
/* Define to 1 if you want insults from the "Goon Show". */
@@ -1465,7 +1465,7 @@
/* Define to empty if 'const' does not conform to ANSI C. */
#undef const
-/* Define to 'int' if <sys/types.h> doesn't define. */
+/* Define as 'int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to '__inline__' or '__inline' if that's what the C compiler
@@ -1497,10 +1497,7 @@
/* Define to an OS-specific initialization function or 'os_init_common'. */
#undef os_init
-/* Define to 'unsigned int' if <sys/types.h> does not define. */
-#undef size_t
-
-/* Define to 'int' if <sys/types.h> doesn't define. */
+/* Define as 'int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define to the type of an unsigned integer type of width exactly 16 bits if