summaryrefslogtreecommitdiff
path: root/lib/posixver.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posixver.c')
-rw-r--r--lib/posixver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/posixver.c b/lib/posixver.c
index 7fd7cd3b8..0e75676f9 100644
--- a/lib/posixver.c
+++ b/lib/posixver.c
@@ -1,6 +1,6 @@
/* Which POSIX version to conform to, for utilities.
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
/* Written by Paul Eggert. */
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
# include <config.h>
#endif