• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl/tcl/unix/

Lines Matching refs:we

19     /* Undef unused package specific autoheader defines so that we can
78 # If we're using GCC, see if the compiler understands -pipe. If so, use it.
106 # Look for libraries that we will need when compiling the Tcl shell
138 # Check endianness because we can optimize comparisons of
149 # Check if Posix compliant getcwd exists, if not we'll use getwd.
151 # Nb: if getcwd uses popen and pwd(1) (like SunOS 4) we should really
155 AC_CHECK_FUNC(strerror, , [AC_DEFINE(NO_STRERROR, 1, [Do we have strerror()])])
156 AC_CHECK_FUNC(getwd, , [AC_DEFINE(NO_GETWD, 1, [Do we have getwd()])])
157 AC_CHECK_FUNC(wait3, , [AC_DEFINE(NO_WAIT3, 1, [Do we have wait3()])])
158 AC_CHECK_FUNC(uname, , [AC_DEFINE(NO_UNAME, 1, [Do we have uname()])])
166 AC_CHECK_FUNC(realpath, , [AC_DEFINE(NO_REALPATH, 1, [Do we have realpath()])])
185 [Do we have MT-safe gethostbyname() ?])
187 [Do we have MT-safe gethostbyaddr() ?])
191 # Starting with HPUX 11.00 (we believe), gethostbyX
195 [Do we have MT-safe gethostbyname() ?])
197 [Do we have MT-safe gethostbyaddr() ?])
232 AC_DEFINE(HAVE_SYS_SELECT_H, 1, [Should we include <sys/select.h>?])
237 AC_DEFINE(NO_FD_SET, 1, [Do we have fd_set?])
248 # we might be able to use fstatfs instead. Some systems (OpenBSD?) also
254 AC_CHECK_FUNC(fstatfs, , [AC_DEFINE(NO_FSTATFS, 1, [Do we have fstatfs()?])])
265 # have no memmove (we assume they have bcopy instead).
270 AC_DEFINE(NO_MEMMOVE, 1, [Do we have memmove()?])
271 AC_DEFINE(NO_STRING_H, 1, [Do we have <string.h>?]) ])
337 AC_DEFINE([HAVE_INTPTR_T], 1, [Do we have the intptr_t type?])], [
352 AC_DEFINE([HAVE_UINTPTR_T], 1, [Do we have the uintptr_t type?])], [
370 # then we have to supply a different version of dirent.h which
375 AC_CHECK_FUNC(opendir, , [AC_DEFINE(USE_DIRENT2_H, 1, [May we include <dirent2.h>?])])
393 AC_DEFINE(NO_UNION_WAIT, 1, [Do we have a usable 'union wait'?])
426 [AC_DEFINE(HAVE_BSDGETTIMEOFDAY, 1, [Do we have BSDgettimeofday()?])], [
427 AC_CHECK_FUNC(gettimeofday, , [AC_DEFINE(NO_GETTOD, 1, [Do we have gettimeofday()?])])
505 AC_DEFINE(NO_ISNAN, 1, [Do we have a usable 'isnan'?])
521 AC_DEFINE(USE_VFORK, 1, [Should we use vfork() instead of fork()?])
523 [Are we to override what our default encoding is?])
590 AC_DEFINE(HAVE_FTS, 1, [Do we have fts functions?])
610 AC_DEFINE(TCL_UNLOAD_DLLS, 1, [Do we allow unloading of shared libraries?])
683 AC_DEFINE(USE_DTRACE, 1, [Are we building with DTrace support?])
719 AC_DEFINE(TCL_CROSS_COMPILE, 1, [Are we cross-compiling?])
791 # needs to go into the Makefile even when using autoheader, so that we