diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-03 16:49:42 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-03 16:49:42 +0200 |
commit | 2ac6ef7894990869f8ed951cf3cc7a15ede00f66 (patch) | |
tree | 153c13ad40248103827fda8d89cf01ca6b822681 /doc/examples/ex-crq.c | |
parent | 0b55b360dd690023f3591eaff4a72713b7a6d8d3 (diff) | |
download | gnutls-2ac6ef7894990869f8ed951cf3cc7a15ede00f66.tar.gz |
Use #ifdef for checking HAVE_CONFIG_H for consistency.
Diffstat (limited to 'doc/examples/ex-crq.c')
-rw-r--r-- | doc/examples/ex-crq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-crq.c b/doc/examples/ex-crq.c index d2fc9250eb..0b2bfce86f 100644 --- a/doc/examples/ex-crq.c +++ b/doc/examples/ex-crq.c @@ -5,7 +5,7 @@ * notice and this notice are preserved. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include <config.h> #endif |