BeOS tweaks:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 29 Oct 2001 13:12:41 +0000 (13:12 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 29 Oct 2001 13:12:41 +0000 (13:12 +0000)
commit4804698df23ab9bb884327f879909cb15925bda5
treeca8f074393935606a0efb5955940f933f4f8e152
parentcd8c9bf8e75f7ca1681db747e53988762aec8fa2
BeOS tweaks:
- fseeko and ftello can be found by Configure but
  we do not seem to have prototypes for them so
  let's make up some
- BeOS didn't use to have real sockets (sockets as
  filedescriptors) but the BONE package is supposed
  to fix this.  I do not know how to detect BONEness,
  see hints/beos.sh for a spot that needs to fixed.
- BeOS has O_TEXT != O_BINARY but has no setmode()

p4raw-id: //depot/perl@12756
hints/beos.sh
perlio.c