include config.h if HAVE_CONFIG_H from Jan Kneschke

svn:r375
This commit is contained in:
Niels Provos 2007-07-30 23:56:05 +00:00
parent 72c479e76a
commit 9e0333a8d5
4 changed files with 16 additions and 0 deletions

View File

@ -2,6 +2,10 @@
* Compile with: * Compile with:
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -2,6 +2,10 @@
* Compile with: * Compile with:
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -2,6 +2,10 @@
* Compile with: * Compile with:
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -2,6 +2,10 @@
* Compile with: * Compile with:
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>