summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2012-04-16 10:18:32 -0400
committerTodd C. Miller <Todd.Miller@courtesan.com>2012-04-16 10:18:32 -0400
commit161a8ce51ada70c05c331052e17318052588778b (patch)
treef5539789bfe3bf91e5e252bf582d05deadd93570 /config.h.in
parentf689f3ae60cbf9e06a5d23428dff1606637a42fd (diff)
downloadsudo-161a8ce51ada70c05c331052e17318052588778b.tar.gz
Include sys/mkdev.h if present instead of sys/sysmacros.h for
minor(). This is needed on Solaris (at least) where the makedev macros in sysmacros.h are obsolete and library functions should be used instead.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 8df0ad375..28661f9ae 100644
--- a/config.h.in
+++ b/config.h.in
@@ -602,6 +602,9 @@
*/
#undef HAVE_SYS_DIR_H
+/* Define to 1 if you have the <sys/mkdev.h> header file. */
+#undef HAVE_SYS_MKDEV_H
+
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_NDIR_H