home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / dvipsk / acconfig.h < prev    next >
Encoding:
Text File  |  1994-12-26  |  694 b   |  19 lines

  1. /* acconfig.h -- used by autoheader when generating c-auto.h.in.  */
  2.  
  3. /* Define if your putenv doesn't waste space when the same environment
  4.    variable is assigned more than once, with different (malloced)
  5.    values.  This is true only on NetBSD/FreeBSD, as far as I know. See
  6.    xputenv.c.  */
  7. #undef SMART_PUTENV
  8.  
  9. /* Define if you are using GNU libc or otherwise have global variables
  10.    `program_invocation_name' and `program_invocation_short_name'.  */
  11. #undef HAVE_PROGRAM_INVOCATION_NAME
  12.  
  13. /* Define if you get clashes concerning wchar_t, between X's include
  14.    files and system includes.  */
  15. #undef FOIL_X_WCHAR_T
  16.  
  17. /* Define if you have SIGIO, F_SETOWN, and FASYNC.  */
  18. #undef HAVE_SIGIO
  19.