timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.in 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* src/include/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <inttypes.h> header file. */
  3. #undef HAVE_INTTYPES_H
  4. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  5. to 0 otherwise. */
  6. #undef HAVE_MALLOC
  7. /* Define to 1 if you have the <memory.h> header file. */
  8. #undef HAVE_MEMORY_H
  9. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  10. and to 0 otherwise. */
  11. #undef HAVE_REALLOC
  12. /* Define to 1 if you have the <stdint.h> header file. */
  13. #undef HAVE_STDINT_H
  14. /* Define to 1 if you have the <stdlib.h> header file. */
  15. #undef HAVE_STDLIB_H
  16. /* Define to 1 if you have the <strings.h> header file. */
  17. #undef HAVE_STRINGS_H
  18. /* Define to 1 if you have the <string.h> header file. */
  19. #undef HAVE_STRING_H
  20. /* Define to 1 if you have the <sys/stat.h> header file. */
  21. #undef HAVE_SYS_STAT_H
  22. /* Define to 1 if you have the <sys/types.h> header file. */
  23. #undef HAVE_SYS_TYPES_H
  24. /* Define to 1 if you have the <unistd.h> header file. */
  25. #undef HAVE_UNISTD_H
  26. /* Name of package */
  27. #undef PACKAGE
  28. /* Define to the address where bug reports for this package should be sent. */
  29. #undef PACKAGE_BUGREPORT
  30. /* Define to the full name of this package. */
  31. #undef PACKAGE_NAME
  32. /* Define to the full name and version of this package. */
  33. #undef PACKAGE_STRING
  34. /* Define to the one symbol short name of this package. */
  35. #undef PACKAGE_TARNAME
  36. /* Define to the home page for this package. */
  37. #undef PACKAGE_URL
  38. /* Define to the version of this package. */
  39. #undef PACKAGE_VERSION
  40. /* Define to 1 if you have the ANSI C header files. */
  41. #undef STDC_HEADERS
  42. /* Enable extensions on AIX 3, Interix. */
  43. #ifndef _ALL_SOURCE
  44. # undef _ALL_SOURCE
  45. #endif
  46. /* Enable GNU extensions on systems that have them. */
  47. #ifndef _GNU_SOURCE
  48. # undef _GNU_SOURCE
  49. #endif
  50. /* Enable threading extensions on Solaris. */
  51. #ifndef _POSIX_PTHREAD_SEMANTICS
  52. # undef _POSIX_PTHREAD_SEMANTICS
  53. #endif
  54. /* Enable extensions on HP NonStop. */
  55. #ifndef _TANDEM_SOURCE
  56. # undef _TANDEM_SOURCE
  57. #endif
  58. /* Enable general extensions on Solaris. */
  59. #ifndef __EXTENSIONS__
  60. # undef __EXTENSIONS__
  61. #endif
  62. /* Version number of package */
  63. #undef VERSION
  64. /* Define to 1 if on MINIX. */
  65. #undef _MINIX
  66. /* Define to 2 if the system does not provide POSIX.1 features except with
  67. this defined. */
  68. #undef _POSIX_1_SOURCE
  69. /* Define to 1 if you need to in order for `stat' and other things to work. */
  70. #undef _POSIX_SOURCE
  71. /* Define to empty if `const' does not conform to ANSI C. */
  72. #undef const
  73. /* Define to `__inline__' or `__inline' if that's what the C compiler
  74. calls it, or to nothing if 'inline' is not supported under any name. */
  75. #ifndef __cplusplus
  76. #undef inline
  77. #endif
  78. /* Define to rpl_malloc if the replacement function should be used. */
  79. #undef malloc
  80. /* Define to rpl_realloc if the replacement function should be used. */
  81. #undef realloc
  82. /* Define to `unsigned int' if <sys/types.h> does not define. */
  83. #undef size_t