home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / dvipsk / acconfig.h < prev    next >
Text File  |  1996-09-28  |  694b  |  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.