acconfig.h
上传用户:sorock1981
上传日期:2007-01-06
资源大小:73k
文件大小:2k
源码类别:

图片显示

开发平台:

Unix_Linux

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.    Descriptive text for the C preprocessor macros that
  4.    the distributed Autoconf macros can define.
  5.    No software package will use all of them; autoheader copies the ones
  6.    your configure.in uses into your configuration header file templates.
  7.    The entries are in sort -df order: alphabetical, case insensitive,
  8.    ignoring punctuation (such as underscores).  Although this order
  9.    can split up related entries, it makes it easier to check whether
  10.    a given entry is in the file.
  11.    Leave the following blank line there!!  Autoheader needs it.  */
  12. /* Define to 1 if NLS is requested.  */
  13. #undef ENABLE_NLS
  14. /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
  15. #undef HAVE_CATGETS
  16. /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
  17. #undef HAVE_GETTEXT
  18. /* Define if you have herror available in your bind library */
  19. #undef HAVE_HERROR
  20. /* Define if your locale.h file contains LC_MESSAGES.  */
  21. #undef HAVE_LC_MESSAGES
  22. /* Define if you have res_search available in your bind library */
  23. #undef HAVE_RES_SEARCH
  24. /* Define as 1 if you have the stpcpy function.  */
  25. #undef HAVE_STPCPY
  26. /* Define if your C compiler allows void * as a function result */
  27. #undef HAVE_VOIDPOINTER
  28. /* Define if your C compiler allows ANSI volatile */
  29. #undef HAVE_VOLATILE
  30. /* Define if `union wait' is the type of the first arg to wait functions.  */
  31. #undef HAVE_UNION_WAIT
  32. /* Define if you have the strcasecmp function.  */
  33. #undef HAVE_STRCASECMP
  34. /* Define if you have the memmove function.  */
  35. #undef HAVE_MEMMOVE
  36. /* Define if you have GNU's getopt family of functions.  */
  37. #undef HAVE_GETOPTLONG
  38. /* Define if you have strstr */
  39. #undef HAVE_STRSTR
  40. /* Define if you have vsyslog */
  41. #undef HAVE_VSYSLOG
  42. /* Define if you have atexit */
  43. #undef HAVE_ATEXIT
  44. /* Define if you have on_exit */
  45. #undef HAVE_ON_EXIT
  46. /* Define if you have setrlimit */
  47. #undef HAVE_SETRLIMIT
  48. /* Name of the package */
  49. #undef PACKAGE
  50. /* Compute an appropriate directory for PID lock files */
  51. #undef PID_DIR
  52. /* Define to help us deduce a 32-bit type (required for Kerberos) */
  53. #undef SIZEOF_INT
  54. #undef SIZEOF_SHORT
  55. #undef SIZEOF_LONG
  56. /* Define if you want TMPFILE support compiled in */
  57. #undef TMPFILE_ENABLE
  58. /* Version of the package */
  59. #undef VERSION
  60. /* Leave that blank line there!!  Autoheader needs it.
  61.    If you're adding to this file, keep in mind:
  62.    The entries are in sort -df order: alphabetical, case insensitive,
  63.    ignoring punctuation (such as underscores).  */