home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / git-4.3 / git-4 / git-4.3.7 / acconfig.h next >
Encoding:
Text File  |  1995-04-21  |  1.5 KB  |  56 lines

  1. /* Define if you have BSD compatible terminal interface.  */
  2. #undef HAVE_BSDTTY
  3.  
  4. /* Define if you have GCC.  */
  5. #undef HAVE_GCC
  6.  
  7. /* Define if your system is HP-UX.  */
  8. #undef HAVE_HPUX
  9.  
  10. /* Define if you have a termcap library.  */
  11. #undef HAVE_LIBTERMCAP
  12.  
  13. /* Define if you have a terminfo library.  */
  14. #undef HAVE_LIBTERMINFO
  15.  
  16. /* Define if your system is Linux.  */
  17. #undef HAVE_LINUX
  18.  
  19. /* Define if you have POSIX compatible terminal interface.  */
  20. #undef HAVE_POSIXTTY
  21.  
  22. /* Define if you have System V compatible terminal interface.  */
  23. #undef HAVE_SYSTEMVTTY
  24.  
  25. /* Define if you have the utsname system call.  */
  26. #undef HAVE_UTSNAME
  27.  
  28. /* Define if you have the TIOCGWINSZ ioctl system call.  */
  29. #undef HAVE_WINSZ
  30.  
  31. /* Define if you have two-argument statfs with statfs.bsize member
  32.    (AIX, 4.3BSD).  */
  33. #undef STAT_STATFS2_BSIZE
  34.  
  35. /* Define if you have two-argument statfs with statfs.fsize member
  36.    (4.4BSD and NetBSD).  */
  37. #undef STAT_STATFS2_FSIZE
  38.  
  39. /* Define if you have two-argument statfs with struct fs_data (Ultrix).  */
  40. #undef STAT_STATFS2_FS_DATA
  41.  
  42. /* Define if you have 3-argument statfs function (DEC OSF/1).  */
  43. #undef STAT_STATFS3_OSF1
  44.  
  45. /* Define if you have four-argument statfs (AIX-3.2.5, SVR3).  */
  46. #undef STAT_STATFS4
  47.  
  48. /* Define if you have the statvfs system call.  */
  49. #undef STAT_STATVFS
  50.  
  51.  
  52. /* Leave that blank line there!!  Autoheader needs it.
  53.    If you're adding to this file, keep in mind:
  54.    The entries are in sort -df order: alphabetical, case insensitive,
  55.    ignoring punctuation (such as underscores).  */
  56.