8000 Update configure include checks. · postgrespro/postgres_cluster@07262a2 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 07262a2

Browse files
committed
Update configure include checks.
1 parent 0858b06 commit 07262a2

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/configure.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,12 +582,10 @@ AC_CHECK_HEADERS(dld.h)
582582
AC_CHECK_HEADERS(endian.h)
583583
AC_CHECK_HEADERS(float.h)
584584
AC_CHECK_HEADERS(fp_class.h)
585-
AC_CHECK_HEADERS(getopt.h)
586585
AC_CHECK_HEADERS(history.h)
587586
AC_CHECK_HEADERS(ieeefp.h)
588587
AC_CHECK_HEADERS(limits.h)
589588
AC_CHECK_HEADERS(netdb.h)
590-
AC_CHECK_HEADERS(netinet/in.h)
591589
AC_CHECK_HEADERS(readline.h)
592590
AC_CHECK_HEADERS(readline/history.h)
593591
AC_CHECK_HEADERS(readline/readline.h)

src/include/config.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
/* Set to 1 if you have <fp_class.h> */
7878
#undef HAVE_FP_CLASS_H
7979

80-
/* Set to 1 if you have <getopt.h> */
81-
#undef HAVE_GETOPT_H
82-
8380
/* Set to 1 if you have <history.h> */
8481
#undef HAVE_HISTORY_H
8582

@@ -92,9 +89,6 @@
9289
/* Set to 1 if you have <netdb.h> */
9390
#undef HAVE_NETDB_H
9491

95-
/* Set to 1 if you have <netinet/in.h> */
96-
#undef HAVE_NETINET_IN_H
97-
9892
/* Set to 1 if you have <readline.h> */
9993
#undef HAVE_READLINE_H
10094

src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
#include "postgres.h"
66

7-
#if HAVE_GETOPT_H
87
#include <getopt.h>
9-
#else
108
#include <unistd.h>
119
extern int optind;
1210
extern char *optarg;

0 commit comments

Comments
 (0)
0