summaryrefslogtreecommitdiff
path: root/doc/examples/ex-alert.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-03 16:49:42 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-03 16:49:42 +0200
commit2ac6ef7894990869f8ed951cf3cc7a15ede00f66 (patch)
tree153c13ad40248103827fda8d89cf01ca6b822681 /doc/examples/ex-alert.c
parent0b55b360dd690023f3591eaff4a72713b7a6d8d3 (diff)
downloadgnutls-2ac6ef7894990869f8ed951cf3cc7a15ede00f66.tar.gz
Use #ifdef for checking HAVE_CONFIG_H for consistency.
Diffstat (limited to 'doc/examples/ex-alert.c')
-rw-r--r--doc/examples/ex-alert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-alert.c b/doc/examples/ex-alert.c
index 5869dcaae2..7f5829925c 100644
--- a/doc/examples/ex-alert.c
+++ b/doc/examples/ex-alert.c
@@ -5,7 +5,7 @@
* notice and this notice are preserved.
*/
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif