patch-regex-0_12_regex_c 430 B

12345678910111213
  1. --- ngrep-1.45.orig/regex-0.12/regex.c 2006-11-15 04:36:48.000000000 +0100
  2. +++ ngrep-1.45/regex-0.12/regex.c 2016-02-08 06:29:15.000000000 +0100
  3. @@ -39,10 +39,6 @@
  4. /* We need this for `regex.h', and perhaps for the Emacs include files. */
  5. #include <sys/types.h>
  6. -#ifdef HAVE_CONFIG_H
  7. -#include "config.h"
  8. -#endif
  9. -
  10. /* The `emacs' switch turns on certain matching commands
  11. that make sense only in Emacs. */
  12. #ifdef emacs