File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 272272/* The number of bytes in a void *. */
273273#undef SIZEOF_VOID_P
274274
275- /* Define if you have the _getpty function. */
276- #undef HAVE__GETPTY
277-
278275/* Define if you have the alarm function. */
279276#undef HAVE_ALARM
280277
362359/* Define if you have the getpid function. */
363360#undef HAVE_GETPID
364361
362+ /* Define if you have the _getpty function. */
363+ #undef HAVE__GETPTY
364+
365365/* Define if you have the getpwent function. */
366366#undef HAVE_GETPWENT
367367
521521/* Define if you have the waitpid function. */
522522#undef HAVE_WAITPID
523523
524- /* Define if you have the <db.h> header file. */
525- #undef HAVE_DB_H
526-
527524/* Define if you have the <db_185.h> header file. */
528525#undef HAVE_DB_185_H
529526
527+ /* Define if you have the <db.h> header file. */
528+ #undef HAVE_DB_H
529+
530530/* Define if you have the <dirent.h> header file. */
531531#undef HAVE_DIRENT_H
532532
536536/* Define if you have the <fcntl.h> header file. */
537537#undef HAVE_FCNTL_H
538538
539+ /* Define if you have the <gdbm/ndbm.h> header file. */
540+ #undef HAVE_GDBM_NDBM_H
541+
539542/* Define if you have the <libutil.h> header file. */
540543#undef HAVE_LIBUTIL_H
541544
548551/* Define if you have the <ncurses.h> header file. */
549552#undef HAVE_NCURSES_H
550553
554+ /* Define if you have the <ndbm.h> header file. */
555+ #undef HAVE_NDBM_H
556+
551557/* Define if you have the <ndir.h> header file. */
552558#undef HAVE_NDIR_H
553559
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # From configure.in Revision: 1.155
3+ # From configure.in Revision: 1.156
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.14.1
@@ -1542,7 +1542,7 @@ for ac_hdr in dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
15421542signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
15431543sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
15441544sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
1545- sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h
1545+ sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h ndbm.h gdbm/ndbm.h
15461546do
15471547ac_safe=` echo " $ac_hdr " | sed ' y%./+-%__p_%' `
15481548echo $ac_n " checking for $ac_hdr " " ... $ac_c " 1>&6
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
371371signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h \
372372sys/audioio.h sys/file.h sys/lock.h db_185.h db.h \
373373sys/param.h sys/select.h sys/socket.h sys/time.h sys/times.h \
374- sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h)
374+ sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h ndbm.h gdbm/ndbm.h )
375375AC_HEADER_DIRENT
376376
377377# checks for typedefs
You can’t perform that action at this time.
0 commit comments