home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / acconfig.h < prev    next >
C/C++ Source or Header  |  1997-06-14  |  1KB  |  52 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. @TOP@
  18.  
  19. /* Define to 1 if NLS is requested.  */
  20. #undef ENABLE_NLS
  21.  
  22. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  23. #undef HAVE_CATGETS
  24.  
  25. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  26. #undef HAVE_GETTEXT
  27.  
  28. /* Define if your locale.h file contains LC_MESSAGES.  */
  29. #undef HAVE_LC_MESSAGES
  30.  
  31. /* Define as 1 if you have the stpcpy function.  */
  32. #undef HAVE_STPCPY
  33.  
  34. /* Define to the name of the distribution.  */
  35. #undef PACKAGE
  36.  
  37. /* Define to the version of the distribution.  */
  38. #undef VERSION
  39.  
  40. @BOTTOM@
  41.  
  42. /* For gettext (NLS) */
  43. #include <libintl.h>
  44. #define _(String) gettext (String)
  45. #define N_(String) (String)
  46.  
  47.  
  48. /* Leave that blank line there!!  Autoheader needs it.
  49.    If you're adding to this file, keep in mind:
  50.    The entries are in sort -df order: alphabetical, case insensitive,
  51.    ignoring punctuation (such as underscores).  */
  52.