git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 466f8ff)
Remove references to symbols that no longer get defined
2000年7月14日 16:39:35 +0000 (16:39 +0000)
2000年7月14日 16:39:35 +0000 (16:39 +0000)

diff --git a/src/include/config.h.in b/src/include/config.h.in
index 41779aeb9439997df715fb2025a1c5a42d6478b0..e6c23e48758c6613b2b757663660a451c21bcab3 100644 (file)
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -8,7 +8,7 @@
* or in config.h afterwards. Of course, if you edit config.h, then your
* changes will be overwritten the next time you run configure.
*
- * $Id: config.h.in,v 1.126 2000年07月12日 22:59:12 petere Exp $
+ * $Id: config.h.in,v 1.127 2000年07月14日 16:39:35 petere Exp $
*/
#ifndef CONFIG_H
@@ -408,14 +408,11 @@ extern int gethostname(char *name, int namelen);
/* Set to 1 if you have inet_aton() */
#undef HAVE_INET_ATON
+
#ifndef HAVE_INET_ATON
-# ifdef HAVE_ARPA_INET_H
-# ifdef HAVE_NETINET_IN_H
-# include <sys/types.h>
-# include <netinet/in.h>
-# endif
-# include <arpa/inet.h>
-# endif
+# include <sys/types.h>
+# include <netinet/in.h>
+# include <arpa/inet.h>
extern int inet_aton(const char *cp, struct in_addr * addr);
#endif
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /