From: Jim Meyering Date: Mon, 3 Aug 2009 15:09:13 +0000 (-0400) Subject: allow use of #if HAVE_CONFIG_H, for example code X-Git-Tag: 1.0.66~32 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=c498ad1fea5a8ca7783a24929b472756f45c57a0;ds=sidebyside allow use of #if HAVE_CONFIG_H, for example code * .x-sc_prohibit_have_config_h: New file, to exempt examples. --- diff --git a/.x-sc_prohibit_have_config_h b/.x-sc_prohibit_have_config_h new file mode 100644 index 0000000..e1d94fe --- /dev/null +++ b/.x-sc_prohibit_have_config_h @@ -0,0 +1,2 @@ +^examples/hello.c +^examples/to-xml.c