Here is the first batch of files and diffs for the BeOS port. I've run into
authorBruce Momjian <bruce@momjian.us>
Mon, 2 Oct 2000 17:16:01 +0000 (17:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 2 Oct 2000 17:16:01 +0000 (17:16 +0000)
commit47b3bc10fca7e643a45566e6a89703f2628b18e9
tree0f3af1fcb36080963835dcb06fe4538b39c04c3f
parentc2edbacd81295c9bdccb727021101ff923da7ab6
Here is the first batch of files and diffs for the BeOS port.  I've run into
problems with some bits of it, but when all the patches are in it'll build
and we can fix it from there :)  I've got a version that builds and runs and
that is the basis for these patches.

The first file has the new additional files that are required,
    template/beos
    backend/port/dynloader/beos.c
    backend/port/dynloader/beos.h
    include/port/beos.h
    makefiles/Makefile.beos

The second is a tarball of diffs against a few files.  I've added sys/ipc.h
to configure and config.h via configure.in and config.h.in and then started
adding the check as this file isn't needed on BeOS and having loads of
#ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't as
autconf'ish :)
Files touched are
    include/c.h
    configure.in
    include/config.h.in
    include/storage/ipc.h
    include/utils/int8.h

Let me know how these go.  I'll await a response before submitting any more.

Any problems just get in touch.

David Reid
configure.in
src/backend/port/dynloader/beos.c [new file with mode: 0644]
src/backend/port/dynloader/beos.h [new file with mode: 0644]
src/include/c.h
src/include/config.h.in
src/include/port/beos.h [new file with mode: 0644]
src/include/storage/ipc.h
src/makefiles/Makefile.beos [new file with mode: 0644]
src/template/beos [new file with mode: 0644]