changeset 15104:f41d9619ffc4

[HAVE_CONFIG_H]: Only include config.h when defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 1996 19:09:03 +0000
parents 00d52ba071ea
children 328889a58f6d
files lib-src/=wakeup.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=wakeup.c	Sun Apr 28 19:08:48 1996 +0000
+++ b/lib-src/=wakeup.c	Sun Apr 28 19:09:03 1996 +0000
@@ -1,6 +1,8 @@
 /* Program to produce output at regular intervals.  */
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 #include <stdio.h>
 #include <sys/types.h>