/[gnats]/gnats/gnats/configure.in
ViewVC logotype

Diff of /gnats/gnats/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by pdm, Thu Sep 6 18:59:38 2001 UTC revision 1.28 by pdm, Sun Dec 23 20:21:33 2001 UTC
# Line 89  AC_CHECK_LIB(crypt, crypt) Line 89  AC_CHECK_LIB(crypt, crypt)
89    
90  AC_STDC_HEADERS  AC_STDC_HEADERS
91  AC_CHECK_HEADERS(string.h fcntl.h limits.h syslog.h memory.h netdb.h unistd.h crypt.h sys/select.h machine/endian.h)  AC_CHECK_HEADERS(string.h fcntl.h limits.h syslog.h memory.h netdb.h unistd.h crypt.h sys/select.h machine/endian.h)
92    AC_EGREP_HEADER(\<unsetenv\>, stdlib.h,
93      AC_DEFINE(HAVE_DECL_UNSETENV,1,[Whether unsetenv is present in headers.]),
94      AC_DEFINE(HAVE_DECL_UNSETENV,0,[Whether unsetenv is present in headers.]))
95  AC_CHECK_FUNCS(ftime mkdir mktemp mkstemp unsetenv)  AC_CHECK_FUNCS(ftime mkdir mktemp mkstemp unsetenv)
96  AC_HEADER_DIRENT  AC_HEADER_DIRENT
97  AC_SIZE_T  AC_SIZE_T

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26