diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-03 11:09:13 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-03 17:17:24 +0200 |
commit | c498ad1fea5a8ca7783a24929b472756f45c57a0 (patch) | |
tree | 204dfc5d2af8edd54f4b4e0de14e38023d9910d5 | |
parent | ad7818c34d4d6ef6b0959ef7dbbf006968166030 (diff) | |
download | libguestfs-c498ad1fea5a8ca7783a24929b472756f45c57a0.tar.gz libguestfs-c498ad1fea5a8ca7783a24929b472756f45c57a0.tar.xz libguestfs-c498ad1fea5a8ca7783a24929b472756f45c57a0.zip |
allow use of #if HAVE_CONFIG_H, for example code
* .x-sc_prohibit_have_config_h: New file, to exempt examples.
-rw-r--r-- | .x-sc_prohibit_have_config_h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.x-sc_prohibit_have_config_h b/.x-sc_prohibit_have_config_h new file mode 100644 index 00000000..e1d94fe6 --- /dev/null +++ b/.x-sc_prohibit_have_config_h @@ -0,0 +1,2 @@ +^examples/hello.c +^examples/to-xml.c |