mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove leftovers of BeOS port
These should have been removed when the BeOS port was removed in
44f9021223
.
This commit is contained in:
@ -23,9 +23,6 @@
|
||||
#ifdef HAVE_SYS_SEM_H
|
||||
#include <sys/sem.h>
|
||||
#endif
|
||||
#ifdef HAVE_KERNEL_OS_H
|
||||
#include <kernel/OS.h>
|
||||
#endif
|
||||
|
||||
#include "miscadmin.h"
|
||||
#include "storage/ipc.h"
|
||||
|
@ -26,9 +26,6 @@
|
||||
#ifdef HAVE_SYS_SHM_H
|
||||
#include <sys/shm.h>
|
||||
#endif
|
||||
#ifdef HAVE_KERNEL_OS_H
|
||||
#include <kernel/OS.h>
|
||||
#endif
|
||||
|
||||
#include "miscadmin.h"
|
||||
#include "storage/ipc.h"
|
||||
|
@ -81,9 +81,6 @@
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
#include <fcntl.h> /* ensure O_BINARY is available */
|
||||
#endif
|
||||
#ifdef HAVE_SUPPORTDEFS_H
|
||||
#include <SupportDefs.h>
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
/* We have to redefine some system functions after they are included above. */
|
||||
|
@ -269,12 +269,6 @@
|
||||
/* Define to 1 if you have isinf(). */
|
||||
#undef HAVE_ISINF
|
||||
|
||||
/* Define to 1 if you have the <kernel/image.h> header file. */
|
||||
#undef HAVE_KERNEL_IMAGE_H
|
||||
|
||||
/* Define to 1 if you have the <kernel/OS.h> header file. */
|
||||
#undef HAVE_KERNEL_OS_H
|
||||
|
||||
/* Define to 1 if `e_data' is member of `krb5_error'. */
|
||||
#undef HAVE_KRB5_ERROR_E_DATA
|
||||
|
||||
@ -526,9 +520,6 @@
|
||||
/* Define to 1 if `tm_zone' is member of `struct tm'. */
|
||||
#undef HAVE_STRUCT_TM_TM_ZONE
|
||||
|
||||
/* Define to 1 if you have the <SupportDefs.h> header file. */
|
||||
#undef HAVE_SUPPORTDEFS_H
|
||||
|
||||
/* Define to 1 if you have the `symlink' function. */
|
||||
#undef HAVE_SYMLINK
|
||||
|
||||
|
@ -193,12 +193,6 @@
|
||||
/* Define to 1 if you have isinf(). */
|
||||
#define HAVE_ISINF 1
|
||||
|
||||
/* Define to 1 if you have the <kernel/image.h> header file. */
|
||||
/* #undef HAVE_KERNEL_IMAGE_H */
|
||||
|
||||
/* Define to 1 if you have the <kernel/OS.h> header file. */
|
||||
/* #undef HAVE_KERNEL_OS_H */
|
||||
|
||||
/* Define to 1 if `e_data' is member of `krb5_error'. */
|
||||
/* #undef HAVE_KRB5_ERROR_E_DATA */
|
||||
|
||||
@ -423,9 +417,6 @@
|
||||
/* Define to 1 if `tm_zone' is member of `struct tm'. */
|
||||
/* #undef HAVE_STRUCT_TM_TM_ZONE */
|
||||
|
||||
/* Define to 1 if you have the <SupportDefs.h> header file. */
|
||||
/* #undef HAVE_SUPPORTDEFS_H */
|
||||
|
||||
/* Define to 1 if you have the `symlink' function. */
|
||||
#define HAVE_SYMLINK 1
|
||||
|
||||
|
Reference in New Issue
Block a user