summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/libc/res_update.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/res_update.c')
-rw-r--r--cpukit/libnetworking/libc/res_update.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/libnetworking/libc/res_update.c b/cpukit/libnetworking/libc/res_update.c
index ef591e0674..c35b6197b5 100644
--- a/cpukit/libnetworking/libc/res_update.c
+++ b/cpukit/libnetworking/libc/res_update.c
@@ -1,9 +1,3 @@
-#if !defined(__rtems__)
-#if !defined(lint) && !defined(SABER)
-static char rcsid[] = "$Id$";
-#endif /* not lint */
-#endif /* not rtems */
-
/*
* Copyright (c) 1996 by Internet Software Consortium.
*
@@ -21,6 +15,10 @@ static char rcsid[] = "$Id$";
* SOFTWARE.
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
* Based on the Dynamic DNS reference implementation by Viraj Bais
* <viraj_bais@ccm.fm.intel.com>