1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

[HAVE_CONFIG_H]: Only include config.h when defined.

This commit is contained in:
Richard M. Stallman 1996-04-28 19:09:03 +00:00
parent 88800afc90
commit b98cf43f01

View 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>