#include <config.h> when present

git-svn-id: file:///home/jj/hercules.svn/trunk@350 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Matt Zimmerman
2001-10-09 21:09:45 +00:00
parent 5c34e7fbaf
commit f159ca18f0
4 changed files with 15 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@
|| ----------------------------------------------------------------------------
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
+4
View File
@@ -9,6 +9,10 @@
|| ----------------------------------------------------------------------------
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "hetlib.h"
#include "sllib.h"
#include "hercules.h"
+3
View File
@@ -9,6 +9,9 @@
|| ----------------------------------------------------------------------------
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <unistd.h>
#include <fcntl.h>
+4
View File
@@ -11,6 +11,10 @@
|| ----------------------------------------------------------------------------
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <unistd.h>
#include <fcntl.h>
#include <string.h>