home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / programs / unix / editors / gimp-plugins-unstable-0_99_23_tar.gz / gimp-plugins-unstable-0_99_23_tar / gimp-plugins-unstable-0.99.23 / acconfig.h next >
Text File  |  1998-02-24  |  1KB  |  50 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. /* These get defined to the version numbers in configure.in */
  18. #undef GIMP_MAJOR_VERSION_NUMBER
  19. #undef GIMP_MINOR_VERSION_NUMBER
  20. #undef GIMP_MICRO_VERSION_NUMBER
  21.  
  22. #undef HAVE_DIRENT_H
  23. #undef HAVE_DOPRNT
  24. #undef HAVE_IPC_H
  25. #undef HAVE_NDIR_H
  26. #undef HAVE_SHM_H
  27. #undef HAVE_SYS_DIR_H
  28. #undef HAVE_SYS_NDIR_H
  29. #undef HAVE_SYS_SELECT_H
  30. #undef HAVE_SYS_TIME_H
  31. #undef HAVE_UNISTD_H
  32. #undef HAVE_VPRINTF
  33. #undef HAVE_XSHM_H
  34.  
  35. #undef IPC_RMID_DEFERRED_RELEASE
  36.  
  37. #undef NO_FD_SET
  38.  
  39. #undef RETSIGTYPE
  40. #undef TIME_WITH_SYS_TIME
  41.  
  42. /* #undef PACKAGE */
  43. /* #undef VERSION */
  44.  
  45.  
  46. /* Leave that blank line there!!  Autoheader needs it.
  47.    If you're adding to this file, keep in mind:
  48.    The entries are in sort -df order: alphabetical, case insensitive,
  49.    ignoring punctuation (such as underscores).  */
  50.