diff srogue/configure.ac @ 119:458df24e973d

srogue: use functions from mdport.c. Shell escape, passwd entries, terminal settings, and most signal handling is now done with the more portable md_* functions.
author John "Elwin" Edwards
date Wed, 30 Apr 2014 14:46:30 -0700
parents 8d1dfc5a912c
children e6c8652473fe
line wrap: on
line diff
--- a/srogue/configure.ac	Sun Apr 27 08:29:14 2014 -0700
+++ b/srogue/configure.ac	Wed Apr 30 14:46:30 2014 -0700
@@ -15,6 +15,7 @@
 AC_CHECK_HEADERS([arpa/inet.h pwd.h errno.h fcntl.h limits.h nlist.h stdlib.h string.h sys/ioctl.h termios.h unistd.h term.h ncurses/term.h process.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
+AC_TYPE_UID_T
 AC_TYPE_SIZE_T
 AC_STRUCT_TM
 # Checks for library functions.