diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-14 04:47:48 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-14 04:50:39 +0300 |
commit | 64f09ca38600ef0471683491f7735001b72c0f39 (patch) | |
tree | b184a7d2e176f67fd40216df099df04b2f4968f7 /src | |
parent | 6bf1e7668dbdb5f97ae3b06f63bc0525be9d5387 (diff) | |
download | postgresql-64f09ca38600ef0471683491f7735001b72c0f39.tar.gz postgresql-64f09ca38600ef0471683491f7735001b72c0f39.zip |
Remove leftovers of BeOS port
These should have been removed when the BeOS port was removed in
44f90212236bfb6fc1279e95dc8fa315104d964e.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/port/sysv_sema.c | 3 | ||||
-rw-r--r-- | src/backend/port/sysv_shmem.c | 3 | ||||
-rw-r--r-- | src/include/c.h | 3 | ||||
-rw-r--r-- | src/include/pg_config.h.in | 9 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 9 |
5 files changed, 0 insertions, 27 deletions
diff --git a/src/backend/port/sysv_sema.c b/src/backend/port/sysv_sema.c index 5d7907e1002..08803552ca5 100644 --- a/src/backend/port/sysv_sema.c +++ b/src/backend/port/sysv_sema.c @@ -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" diff --git a/src/backend/port/sysv_shmem.c b/src/backend/port/sysv_shmem.c index 2eab80aef7b..b28766c652e 100644 --- a/src/backend/port/sysv_shmem.c +++ b/src/backend/port/sysv_shmem.c @@ -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" diff --git a/src/include/c.h b/src/include/c.h index 96375ab567c..8b3c5e59967 100644 --- a/src/include/c.h +++ b/src/include/c.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. */ diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 6bf865f813b..fa9ebde14e3 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -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 diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 1ca6b0a9593..614c1e49cfe 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -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 |