summaryrefslogtreecommitdiff
path: root/source/configure
Commit message (Expand)AuthorAgeFilesLines
* don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-231-375/+390
* Fixed crypt problems on IRIX with prototype.Jeremy Allison1998-10-151-2/+2
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-238/+273
* auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1998-10-081-365/+430
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-081-280/+247
* added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1998-10-071-363/+398
* fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell1998-10-071-104/+105
* detect __sys_llseek()Andrew Tridgell1998-10-071-2/+2
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-251/+287
* test whether seekdir() returns void or notAndrew Tridgell1998-10-071-102/+137
* - no getdents on OSF1Andrew Tridgell1998-10-071-2/+2
* reran autoconfAndrew Tridgell1998-10-071-1/+1
* some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1998-10-071-412/+418
* added a wrapper for fork()Andrew Tridgell1998-10-061-1/+1
* set HOST_OS after canonical system testAndrew Tridgell1998-10-051-7/+7
* reran autoconf for IRIX changesAndrew Tridgell1998-10-051-364/+377
* test for creat64()Andrew Tridgell1998-10-051-1/+1
* IRIX uses -shared for shared libray creation.Andrew Tridgell1998-10-051-360/+361
* test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1998-10-051-242/+308
* revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva1998-10-051-330/+240
* added 64-bit file supportAlexandre Oliva1998-10-051-240/+330
* added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1998-10-051-126/+291
* tests for readdir64Andrew Tridgell1998-10-051-1/+1
* reran autoconfAndrew Tridgell1998-10-051-126/+236
* bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1998-10-041-0/+4
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-041-260/+520
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-041-331/+335
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-127/+403
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-11/+2
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-569/+994
* Two changes in this ball...Michael Warfield1998-09-281-981/+593
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-10/+11
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-319/+390
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-119/+216
* check whether system type is the same as stored in the cache (fullAlexandre Oliva1998-09-241-316/+405
* automatically detect changes in the system type and exit, tellingAndrew Tridgell1998-09-241-296/+309
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-76/+111
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-211-64/+107
* major autoconf clean-upAlexandre Oliva1998-09-211-575/+776
* Now that Alexandre Oliva has explained the use of acconfig.h toJeremy Allison1998-09-181-129/+125
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-181-202/+299
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-20/+67
* configure, configure.in: Added fseek64 and ftell64.Jeremy Allison1998-09-171-2/+2
* Added ssize_t to configure code.Jeremy Allison1998-09-111-152/+185
* added a configuration summary at the end of ./configure. It alsoAndrew Tridgell1998-09-051-0/+22
* some people are foolishly running ./configure from other than theAndrew Tridgell1998-09-051-53/+76
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-041-69/+123
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-70/+113
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-71/+97
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-191/+271