File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -582,12 +582,10 @@ AC_CHECK_HEADERS(dld.h)
582
582
AC_CHECK_HEADERS(endian.h)
583
583
AC_CHECK_HEADERS(float.h)
584
584
AC_CHECK_HEADERS(fp_class.h)
585
- AC_CHECK_HEADERS(getopt.h)
586
585
AC_CHECK_HEADERS(history.h)
587
586
AC_CHECK_HEADERS(ieeefp.h)
588
587
AC_CHECK_HEADERS(limits.h)
589
588
AC_CHECK_HEADERS(netdb.h)
590
- AC_CHECK_HEADERS(netinet/in.h)
591
589
AC_CHECK_HEADERS(readline.h)
592
590
AC_CHECK_HEADERS(readline/history.h)
593
591
AC_CHECK_HEADERS(readline/readline.h)
Original file line number Diff line number Diff line change 77
77
/* Set to 1 if you have <fp_class.h> */
78
78
#undef HAVE_FP_CLASS_H
79
79
80
- /* Set to 1 if you have <getopt.h> */
81
- #undef HAVE_GETOPT_H
82
-
83
80
/* Set to 1 if you have <history.h> */
84
81
#undef HAVE_HISTORY_H
85
82
92
89
/* Set to 1 if you have <netdb.h> */
93
90
#undef HAVE_NETDB_H
94
91
95
- /* Set to 1 if you have <netinet/in.h> */
96
- #undef HAVE_NETINET_IN_H
97
-
98
92
/* Set to 1 if you have <readline.h> */
99
93
#undef HAVE_READLINE_H
100
94
Original file line number Diff line number Diff line change 4
4
5
5
#include "postgres.h"
6
6
7
- #if HAVE_GETOPT_H
8
7
#include <getopt.h>
9
- #else
10
8
#include <unistd.h>
11
9
extern int optind ;
12
10
extern char * optarg ;
You can’t perform that action at this time.
0 commit comments