home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / id-utils-3.2-src.tgz / tar.out / fsf / id-utils / acconfig.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  2KB  |  70 lines

  1. /* Special definitions for GNU id-utils, processed by autoheader.
  2.    Copyright (C) 1995, 96 Free Software Foundation, Inc.
  3. */
  4.  
  5. #ifndef _config_h_
  6. #define _config_h_
  7.  
  8. @TOP@
  9.  
  10. /* Define to 1 if NLS is requested.  */
  11. #undef ENABLE_NLS
  12.  
  13. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  14. #undef HAVE_CATGETS
  15.  
  16. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  17. #undef HAVE_GETTEXT
  18.  
  19. /* Define if your locale.h file contains LC_MESSAGES.  */
  20. #undef HAVE_LC_MESSAGES
  21.  
  22. /* Define if your sys/types.h file defines the type ptrdiff_t.  */
  23. #undef HAVE_PTRDIFF_T
  24.  
  25. /* Define to 1 if you have the stpcpy function.  */
  26. #undef HAVE_STPCPY
  27.  
  28. /* Define if you have the <sys/ioctl.h> header file.  */
  29. #undef HAVE_SYS_IOCTL_H
  30.  
  31. /* Define to the name of the installed language map file.  */
  32. #undef LANGUAGE_MAP_FILE
  33.  
  34. /* Define to the name of the distribution.  */
  35. #undef PACKAGE
  36.  
  37. /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
  38. #undef PACKAGE_VERSION
  39.  
  40. /* Define to 1 if ANSI function prototypes are usable.  */
  41. #undef PROTOTYPES
  42.  
  43. /* Define to the major.minor version # of the distribution.  */
  44. #undef VERSION
  45.  
  46. /* Define to 1 if GNU regex should be used instead of GNU rx.  */
  47. #undef WITH_REGEX
  48.  
  49. @BOTTOM@
  50.  
  51. /* According to Thomas Neumann, NeXT POSIX termios support is losing,
  52.    and sgtty is the way to go.  Note: the comment between #undef &
  53.    HAVE_TERMIOS_H is necessary to defeat configure's edits.  */
  54.  
  55. #if HAVE_SGTTY_H
  56. # ifdef NeXT
  57. #  undef /**/ HAVE_TERMIOS_H
  58. # endif
  59. #endif
  60.  
  61. #ifndef __P
  62. # ifndef PROTOTYPES
  63. #  define    __P(protos)    ()        /* traditional C */
  64. # else
  65. #  define    __P(protos)    protos        /* full-blown ANSI C */
  66. # endif
  67. #endif
  68.  
  69. #endif /* not _config_h_ */
  70.