X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fsample.source.MEGACO%2Fconfig.h;fp=examples%2Fsample.source.MEGACO%2Fconfig.h;h=0000000000000000000000000000000000000000;hb=7bfd112193698e9340c01e9260e3f14889f0cbe0;hp=2dda9297a492229da4da21a2fa619f71e03940dc;hpb=0c91129502aa163bb0e1d6d0ca7c807560ffb588;p=com%2Fasn1c.git diff --git a/examples/sample.source.MEGACO/config.h b/examples/sample.source.MEGACO/config.h deleted file mode 100644 index 2dda929..0000000 --- a/examples/sample.source.MEGACO/config.h +++ /dev/null @@ -1,10 +0,0 @@ - -extern int opt_debug; - -#define ASN_DEBUG(fmt, args...) do { \ - if(opt_debug < 2) break; \ - fprintf(stderr, fmt, ##args); \ - fprintf(stderr, " (%s:%d)\n", \ - __FILE__, __LINE__); \ - } while(0) -