brodsom
292e979471
Remove HUGE_PTR
2003-02-28 13:38:30 +00:00
brodsom
165023d329
Remove FAR_VARIABLE
2003-02-28 12:57:13 +00:00
brodsom
041f639581
Remove SOLARIS_MT stdio emulation (need_ib_stdio)
2003-02-19 04:08:09 +00:00
eku
1043039c35
Removed lots of compiler warnings.
2003-02-18 10:00:22 +00:00
brodsom
5ca686dd37
Remove some of the PYXIS remains
2003-02-14 14:56:09 +00:00
brodsom
3cb91fce80
Remove PIPE and STACK defines (PIPE_SERVER, PIPE_CLIENT, PIPE_LIBRARY, PIPE_SERVER_YVALUE, PIPE_BRIDGE_TO_V3, V3, V3_PATH, ALTPIPE)(STACK_EFFICIENT, STACK_REDUCTION)
2003-02-14 02:24:44 +00:00
brodsom
a60df28e92
Remove __STDC__ obsolete define (used for pre C88 code)
2003-02-13 15:33:51 +00:00
eku
a07adec5ab
Removed nested comments.
2003-02-13 06:12:52 +00:00
brodsom
2db3993298
Remove obsolete SCO Xenix and Open Desktop.
...
This patch also enable platforms with M_I386 defined to be compiled.
2003-02-12 02:26:44 +00:00
brodsom
cf079201a2
Remove LINKS_EXISTS define, required header don't exist.
2003-02-10 15:06:02 +00:00
nmcc
502f7284d6
Only need ib_stdio/sfio with superserver.
2002-12-31 19:32:24 +00:00
nmcc
99f2972cf9
Remove test for HP10 from middle of sun/Solaris block.
2002-12-29 15:23:46 +00:00
eku
a5e9087b7f
Moved the definition of NOFILE to a common place.
2002-11-18 07:57:43 +00:00
dimitr
78be0bfa8d
Cleanup.
2002-11-14 13:40:04 +00:00
dimitr
5f61e44ddc
Global names change:
...
FBOK=>FB_SUCCESS
FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 08:33:08 +00:00
kkuznetsov
6887f405ab
Renaming all occurences of SUCCESS to FBOK
2002-11-13 15:01:21 +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
507b9c86c8
Do not redefine MAXPATHLEN. Always use the value supplied by the operating
...
system (header files).
2002-11-06 07:08:49 +00:00
eku
9fcdb74685
More status vector cleanups (ISC_STATUS_LENGTH).
...
Autoconf checks for xdr_hyper.
2002-11-04 13:57:18 +00:00
seanleyne
b3ad604669
Removed support for obsolete "PC_PLATFORM" define
2002-10-31 05:06:02 +00:00
seanleyne
0b82f4aa07
Removed obsolete "Netware" port
2002-10-30 06:40:58 +00:00
seanleyne
a2bfcd6bd2
Code cleanup, removed obsolete "SGI" port
2002-10-29 03:31:20 +00:00
seanleyne
cc1f10d9a3
Code cleanup, removed obsolete "DecOSF" port
2002-10-29 03:17:45 +00:00
seanleyne
93f6fffb14
Removed obsolete "DGUX" port
2002-10-29 02:45:09 +00:00
seanleyne
026d8c0441
Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
2002-10-28 05:19:52 +00:00
seanleyne
045be63397
Code Cleanup, removed obsolete "UNIXWARE" port
2002-10-28 04:57:07 +00:00
seanleyne
3152b81774
Completed removal of obsolete "DG_X86" port
2002-10-28 04:42:54 +00:00
eku
0c1b55dd08
Code cleanup:
...
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.
Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
stryqx
ee9fb4e427
Add FreeBSD support.
...
This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1.
2002-10-12 04:16:32 +00:00
kkuznetsov
b5b9fd5f90
*** empty log message ***
2002-09-27 13:12:46 +00:00
kkuznetsov
a5f1e2f3be
Some work on Solaris port
2002-09-25 06:22:43 +00:00
dimitr
35cc79efd3
Fixed wrong SIG_FPTR definition for win32.
2002-09-23 10:41:07 +00:00
skidder
4653efb133
Added file name/line number information to debug memory manager. Dumps memory state to memdebug.log on exit
2002-09-22 20:41:55 +00:00
eku
91f3e6589d
Autoconf:
...
o check for the function initgroups (replaces NOINITGROUPS define)
o the define INTL (common.h) has been removed, since it is only set but not
used anywhere
2002-09-19 10:51:34 +00:00
eku
ef2ff91438
Autoconf cleanup:
...
o use predefined macros to test for sys/wait.h, time.h and sys/time.h
o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc
o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O
o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN),
still need to write a test for FB_ALIGN!
2002-09-18 12:50:13 +00:00
eku
4eaf8c0914
Autoconf cleanup:
...
o since the define 'VAX' was only used to tell that the byte order is
LITTLE_ENDIAN (it have nothing else to do with the VAX computer family)
it can safely replaced with '!WORDS_BIGENDIAN'.
o check if pointers are 64 bit
o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-17 05:58:40 +00:00
skidder
9a22d2191a
resoled some linux build issues, warnings
2002-09-11 19:37:30 +00:00
eku
da93f6697f
Autoconf enhancements:
...
o autoconf v2.53 and later is now required to generate configure
(sorry, but it makes many tasks easier)
o improved tests for mmap, socklen_t and offt_64
o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock
o added test for the keyword 'volatile'
o fixed errors in configure.in
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced VOLATILE by volatile
o removed SETPGRP and ATEXIT
o replaced NO_FLOCK by HAVE_FLOCK
o SIG_FPTR cleanup
o vfork cleanup
2002-09-11 11:30:50 +00:00
fsg
b3668751f6
Some minor fixes to get it compiled under linux again,
...
some of them submitted by Nickolay Samofatov
2002-08-31 09:25:14 +00:00
eku
661d16f298
Another autoconf cleanup:
...
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 06:50:33 +00:00
dimitr
609af2bc43
Moved SIG_FPTR type declaration from fb_types.h to common.h.
...
Hence we've got the codebase compiled on win32 again, and
it shouldn't break other builds, IMHO.
2002-08-27 11:47:12 +00:00
eku
db21fce19d
Another autoconf cleanup:
...
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 12:10:19 +00:00
eku
56b9633d5b
Another autoconf cleanup:
...
o check for the existence of the function sigaction
o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION
2002-08-22 10:48:26 +00:00
dimitr
b9ef9abcc0
Get rid of the legacy GATEWAY (vms/oracle) implementation.
2002-08-22 08:20:27 +00:00
skywalker
350b251820
Changes to get compiling on linux (post fb1 changes).
2002-07-05 15:00:26 +00:00
skywalker
af3c8b2b30
porting changes from fb1.
2002-07-01 15:07:18 +00:00
dimitr
25de98bfd8
Merging changes from fb1.
2002-06-29 13:03:13 +00:00
skywalker
b3667acaf8
Main changes were to add cr to end of the files.
...
cvt_proto.h removed a duplicate extern directive
gen/codes.h added back appolo error code, since it was still used
2002-03-11 16:34:08 +00:00
seanleyne
00d25acd85
Clean up of change notes in headers
2002-02-16 05:06:17 +00:00
seanleyne
a9ab4a30a8
Code cleanup of obsolete HP9000 s300 port
2002-02-16 03:59:02 +00:00