]> git.eshelyaron.com Git - emacs.git/commitdiff
[HAVE_CONFIG_H]: Only include config.h when defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 19:09:03 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Apr 1996 19:09:03 +0000 (19:09 +0000)
lib-src/wakeup.c

index 9c8838dbc136f8e592abc80409614b4311b85cb5..389519ba1f7f3fa79ffba2298b3497ca0f9cc532 100644 (file)
@@ -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>