8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
Commit Graph

117 Commits

Author SHA1 Message Date
bellardo
609150281d add a configure check for malloc.h 2003-02-13 22:49:20 +00:00
eku
b0a99f044f Removed the test for 'const' 2003-02-13 12:00:22 +00:00
bellardo
66f1932672 3 new tests for darwin:
expanded semun
expanded 64 bit io
dirname
2003-02-12 06:09:12 +00:00
aafemt
e55e271385 Little step towards MinGW build. Physical IO module is platform-depended now 2003-02-11 05:13:36 +00:00
skidder
2b3e2b45bf Mark linux packages as Beta2 2003-02-10 15:59:01 +00:00
eku
116280f992 Completed the changes made by Dmitri Sibiriak. 2003-02-10 09:39:55 +00:00
aafemt
8c121969c8 Some cleanup 2003-02-10 05:42:22 +00:00
skidder
d42e742f62 Change package prefix 2003-01-29 15:29:01 +00:00
skidder
ef795d804d Fix typo in my latest commit 2003-01-16 16:34:24 +00:00
skidder
f89b662002 Add FB_IPC_NAME parameter 2003-01-16 16:28:28 +00:00
nmcc
38368e393d Move sfio test to Solaris specific location.
Change to --with-sfio=path_to_sfio defaulting to no and substitute values
in to makefiles.

This allows Classic to be built and run without sfio using standard Solaris
stdio while problems between sfio, ib_stdio etc and C++ are sorted out for
superserver.
2002-12-31 18:15:18 +00:00
nmcc
360808214b Update Solaris Sparc options. 2002-12-29 14:15:50 +00:00
dimitr
fc4bd62a5c Changes by Dimitry Sibiryakov. 2002-12-12 12:08:51 +00:00
skidder
5422d7af64 Little changes to build stable Linux packages 2002-12-11 20:52:59 +00:00
eku
df8185c112 Removed hooks for BASIC/PL1 in gpre, as the support has been dropped
before IB4.
2002-12-06 13:44:53 +00:00
eku
6f051cbb7d Disabled gpre's BASIC and PL/1 support in configure. There's no such
implementation.
2002-12-03 13:58:40 +00:00
eku
9430cb892b Prepared for Alpha 5. 2002-12-03 11:47:15 +00:00
eku
2274ed0734 gpre's built-in lannguage support is now an autoconf option. C/C++ are
mandatory, all others are optional. Default all=off.
Type 'configure --help' for details.
2002-12-02 11:17:04 +00:00
eku
39e296192c Removed inconsistencies pointed out by Claudio Valderr.
Replaced 'defined(__osf__) && defined(__alpha)' with 'SIZEOF_LONG == 8'.
New macro FB_NELEM calculates the number of elements in an array.
2002-12-02 08:25:23 +00:00
skidder
db3692790b New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements 2002-11-30 15:08:09 +00:00
eku
a0c67a76ad Added default rule for currently unsupported systems. 2002-11-22 14:31:13 +00:00
dimitr
b5144c480d Cleanup by Dimitry Sibiryakov. 2002-11-22 14:11:28 +00:00
kkuznetsov
be1ad6342d Add check for sun threads on Solx86 2002-11-21 11:54:34 +00:00
eku
1a94cf2642 Autoconf: check for header files sys/ipc.h and sys/file.h. 2002-11-21 08:56:28 +00:00
skidder
2e258e82be Removed check for xdr_hyper 2002-11-19 15:31:21 +00:00
eku
eed374c06a Autoconf:
o added tests for nttab.h sys/mntent.h sys/mnttab.h
 o added tests for getcwd getwd setmntent getmntent
 o ISC_PREFIX renamed to FB_PREFIX
 o major code cleanup in src/jrd/isc_file.cpp

Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 13:23:00 +00:00
skywalker
986e31bba7 Remove firebird_super target from makefile, when super is chosen firebird
target will be the super edition.
Configure.in changed to build some install files from new locations.
2002-11-18 02:57:39 +00:00
skywalker
186bb83591 Change rpmbuild to not need root access
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-16 02:17:16 +00:00
kkuznetsov
27c57c2fa6 Fix check for xdr staff 2002-11-15 10:55:34 +00:00
eku
1420f085f3 Flags are named XXX_FLG. 2002-11-14 08:18:10 +00:00
kkuznetsov
c49e724f93 Solaris always chech for -lnsl 2002-11-14 08:01:45 +00:00
eku
e7624082a4 Autoconf cleanup:
o added tests for setitimer
 o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
 o replaced NO_ITIMER with HAVE_SETITIMER
2002-11-14 07:35:52 +00:00
eku
4940ca2ccc Set defaults for lock manager and editline per platform. 2002-11-14 06:53:17 +00:00
eku
40f1aad681 Autoconf cleanup:
o added test for the header file mntent.h
 o replaced NON_MNTENT with !HAVE_MNTENT_H

Removed some left-overs from Sean's DECOSF removal.
2002-11-13 12:27:47 +00:00
eku
8d989013e5 Help text should show the correct default value. 2002-11-13 10:12:27 +00:00
eku
616c134010 Editline cleanup:
o removed obsolete readline tests
 o renamed readline into editline
 o editline is not enabled by default, enabled with '--with-editline'
2002-11-13 07:07:58 +00:00
eku
7fe24dd9a8 Autoconf: check for aio.h, pread and pwrite 2002-11-12 13:46:11 +00:00
eku
b13bede16e Autoconf: check for getpgrp 2002-11-12 13:15:13 +00:00
kkuznetsov
3e56a0ffff Add check for native xdr 2002-11-12 12:30:08 +00:00
eku
d1452af022 Autoconf: check for semun 2002-11-12 09:17:52 +00:00
eku
6e97a0842c Separated installation and packaging rules per platform. 2002-11-12 07:46:32 +00:00
skywalker
1bcdfb3580 Change location of Makefile.install to arch-specific/${MAKEFILE_PREFIX}
This 'should' work for Erik as well.
2002-11-11 16:04:42 +00:00
skywalker
81457f7db7 Change of package id to Alpha3 2002-11-11 14:08:54 +00:00
eku
7666ebb334 Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 13:09:20 +00:00
skywalker
344a24c013 Changes to packaging of linux classic build 2002-11-11 05:54:24 +00:00
skywalker
19addcf638 Slight changes for linux compile to work with new ConfigRoot class 2002-11-09 13:23:56 +00:00
eku
2d7899ae08 Fixed C&P error. 2002-11-07 14:06:13 +00:00
eku
e824c34e6a Autoconfigured pipe name for wnet protocol. 2002-11-07 13:05:36 +00:00
skidder
160abea87d Make new config stuff compile on POSIX 2002-11-06 20:37:10 +00:00
skidder
08e7c152f2 Make new config stuff compile on POSIX 2002-11-06 20:25:12 +00:00