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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* src/include/config.h.in. Generated from configure.ac by autoheader. */
  2. #undef TTAIL_FMT_REGEX
  3. /* Define to 1 if you have the <dlfcn.h> header file. */
  4. #undef HAVE_DLFCN_H
  5. /* Define to 1 if you have the <inttypes.h> header file. */
  6. #undef HAVE_INTTYPES_H
  7. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  8. to 0 otherwise. */
  9. #undef HAVE_MALLOC
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  13. and to 0 otherwise. */
  14. #undef HAVE_REALLOC
  15. /* Define to 1 if you have the <stdint.h> header file. */
  16. #undef HAVE_STDINT_H
  17. /* Define to 1 if you have the <stdlib.h> header file. */
  18. #undef HAVE_STDLIB_H
  19. /* Define to 1 if you have the <strings.h> header file. */
  20. #undef HAVE_STRINGS_H
  21. /* Define to 1 if you have the <string.h> header file. */
  22. #undef HAVE_STRING_H
  23. /* Define to 1 if you have the <sys/stat.h> header file. */
  24. #undef HAVE_SYS_STAT_H
  25. /* Define to 1 if you have the <sys/types.h> header file. */
  26. #undef HAVE_SYS_TYPES_H
  27. /* Define to 1 if you have the <unistd.h> header file. */
  28. #undef HAVE_UNISTD_H
  29. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  30. */
  31. #undef LT_OBJDIR
  32. /* Define to the address where bug reports for this package should be sent. */
  33. #undef PACKAGE_BUGREPORT
  34. /* Define to the full name of this package. */
  35. #undef PACKAGE_NAME
  36. /* Define to the full name and version of this package. */
  37. #undef PACKAGE_STRING
  38. /* Define to the one symbol short name of this package. */
  39. #undef PACKAGE_TARNAME
  40. /* Define to the home page for this package. */
  41. #undef PACKAGE_URL
  42. /* Define to the version of this package. */
  43. #undef PACKAGE_VERSION
  44. /* Define to 1 if you have the ANSI C header files. */
  45. #undef STDC_HEADERS
  46. /* Define to rpl_malloc if the replacement function should be used. */
  47. #undef malloc
  48. /* Define to rpl_realloc if the replacement function should be used. */
  49. #undef realloc
  50. /* Define to `unsigned int' if <sys/types.h> does not define. */
  51. #undef size_t