home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / sh-utils-1.12-src.tgz / tar.out / fsf / sh-utils / acconfig.h next >
Text File  |  1996-09-28  |  2KB  |  48 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  18. #undef GWINSZ_IN_SYS_IOCTL
  19.  
  20. /* Define if your system's definition of `struct termios' has a member
  21.    named c_line.  */
  22. #undef HAVE_C_LINE
  23.  
  24. /* Define if your system has SysV shadow passwords and the shadow.h header.  */
  25. #undef HAVE_SHADOW_H
  26.  
  27. /* Define if you have the syslog function.  */
  28. #undef HAVE_SYSLOG
  29.  
  30. /* Define if your system's struct utmp has a member named ut_host.  */
  31. #undef HAVE_UT_HOST
  32.  
  33. /* Define if you have the <utmpx.h> header file.  */
  34. #undef HAVE_UTMPX_H
  35.  
  36. /* Define if your system lacks the getpriority and setpriority system calls,
  37.    but has `nice' instead.  */
  38. #undef NICE_PRIORITY
  39.  
  40. /* Define if your system defines `struct winsize' in sys/ptem.h.  */
  41. #undef WINSIZE_IN_PTEM
  42.  
  43.  
  44. /* Leave that blank line there!!  Autoheader needs it.
  45.    If you're adding to this file, keep in mind:
  46.    The entries are in sort -df order: alphabetical, case insensitive,
  47.    ignoring punctuation (such as underscores).  */
  48.