8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
Commit Graph

186 Commits

Author SHA1 Message Date
kkuznetsov
da00bfb433 first trying gcc for solx86 2003-11-21 19:52:10 +00:00
eku
4a38dfd307 Moved the definition of socklen_t to autoconfig.h. It's used in inet.ccp and
server.cpp.
2003-11-20 08:13:30 +00:00
brodsom
7e79ed8810 -Fix threading in MinGW (and the failed tests in fbtcs) 2003-11-18 03:12:35 +00:00
stryqx
c75dee1e72 Fix build on FreeBSD 4.x 2003-11-13 03:41:45 +00:00
stryqx
4a5d703b20 Fix build on FreeBSD 4.x 2003-11-13 00:53:12 +00:00
aafemt
32ac267cc6 downgrade autoconf requirement to 2.56 2003-11-10 11:25:05 +00:00
stryqx
36f27074d7 Look for the install script template for FreeBSD in the right location. 2003-11-06 09:31:56 +00:00
stryqx
57e2bb7c39 Let configure know about the FreeBSD install script. 2003-11-06 09:25:44 +00:00
brodsom
6fb1964481 Add journal and archive to posix build 2003-11-05 16:53:37 +00:00
eku
707e6828ac Added comment as requested by Claudio. 2003-11-04 08:34:42 +00:00
eku
84a21604a3 Work around a problem with some Linux distros. 2003-11-04 06:45:22 +00:00
eku
d924b4cd93 Undo my latest changes as requested by Nickolay Samofatov. 2003-11-04 06:25:11 +00:00
eku
83c6c315ca Let autoconf control whether -DSUPERCLIENT is used or not. 2003-10-31 12:41:46 +00:00
eku
da0d0f068f Cleanup usage of gettimeofday. 2003-10-31 11:33:45 +00:00
eku
9fd64756dc Spelling. 2003-10-30 12:47:59 +00:00
eku
9c114cf8e0 Detect POSIX threads support with autoconf. Some code cleanup. 2003-10-30 09:49:40 +00:00
eku
48a19c4fad Added missing autoheader templates. 2003-10-30 08:03:17 +00:00
eku
9b2754e333 Use autoheader to generate config.h.in. 2003-10-30 07:26:28 +00:00
eku
770fc354eb Removed redundant test for socklen_t. Minor cleanup. 2003-10-29 07:57:19 +00:00
skidder
1be4fe1d61 Forward port Solaris fixes 2003-10-27 18:42:47 +00:00
alexpeshkoff
4bcd38998b Port SS build changes from 1_5_Release 2003-10-27 17:53:30 +00:00
brodsom
9968a642d6 -Add resources to iscguard 2003-10-27 01:14:44 +00:00
brodsom
2b3790f075 Set EDITLINE_FLG=N in Linux until the editline problem is solved. 2003-10-23 23:15:41 +00:00
brodsom
1b5b4fd245 Add gdef and qli to posix ss build (needed for the tcs) 2003-10-20 01:45:06 +00:00
stryqx
7dea923999 Make configure summary report match reality. 2003-10-19 06:59:55 +00:00
eku
b6151b52c2 SINIX-Z: POSIX stylish sigaction. 2003-10-14 13:10:05 +00:00
skidder
4e8605294e Forward port Sparc fixes 2003-10-10 23:56:57 +00:00
brodsom
355ac12dd7 Correction 2003-09-30 19:26:05 +00:00
brodsom
617d3390f7 Lost commit 2003-09-30 17:48:55 +00:00
fsg
002b4738fa small fixes for ftn.cpp, include fbudf for the linux build
FSG
2003-09-30 09:41:42 +00:00
skidder
1bce3be919 Make Firebird 2.0 Linux CS install prefix-aware and secure 2003-09-23 22:38:48 +00:00
skidder
77b17de987 NBACKUP-related changes and some clean-up 2003-09-08 20:23:46 +00:00
aafemt
3bcc2e2ce2 Make intl compilable 2003-08-22 10:28:00 +00:00
eku
4ff4800a4a Use autoconf to do it right :-) 2003-08-12 10:06:14 +00:00
brodsom
51f53c5043 Patch MinGW after Nickolay changes 2003-08-07 17:10:19 +00:00
brodsom
d5d94c145d Solve the examples failure in Linux build 2003-08-03 23:18:57 +00:00
brodsom
8722e3d801 Restore examples build (and add intlbld) 2003-07-17 02:15:46 +00:00
brodsom
5ec1181ab9 Split utilities dir 2003-07-15 10:52:51 +00:00
brodsom
5829455596 Move win32 specific sources in remote to remote/os/win32 2003-07-14 23:29:45 +00:00
brodsom
523e000333 Update 2003-07-14 09:45:18 +00:00
brodsom
3fdbf78cc6 Clean 2003-07-12 09:55:15 +00:00
brodsom
1b351afee9 Move examples builds to examples directory 2003-07-11 13:31:08 +00:00
brodsom
08b589c322 Updates 2003-07-11 02:28:45 +00:00
brodsom
8a23210fe1 -Correction due to 'install' move 2003-07-09 01:20:17 +00:00
brodsom
5e92f5f9b5 Posix build move build process and temporary databases to 'gen' 2003-07-08 12:24:12 +00:00
brodsom
41497ef6d8 -Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-08 01:05:22 +00:00
brodsom
a75f8e4047 Move make.new to builds 2003-07-06 01:08:33 +00:00
brodsom
c868dcc238 Remove unused directory creation 2003-07-03 14:44:44 +00:00
stryqx
b2d0c5631e The check for socklen_t fails on FreeBSD as socklen_t is defined
in sys/socket.h. Write a specific check for this on FreeBSD.
2003-06-15 06:03:02 +00:00
stryqx
4cfed39146 Fix a typo. 2003-06-15 05:57:47 +00:00