Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In addition to the HAVE_FUNCTION_MACRO test that Andrew used as an example, | Christopher R. Hertel | 1998-07-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | I also need to know if the __FILE__ macro exists. I followed the example, but ran into two problems: 1) I don't have the autoconf tools installed. 2) The instructions did not say which files should be checked in after running autoheader and autoconf. So I'm checking in the modified acconfig.h and configure.in on the assumption that the next time someone runs autoheader and autoconf my new tests will be included. Hope that's not a problem (and I'll try to grab a copy of autoconf from somewhere). Chris -)----- | |||||
* | added HAVE_FUNCTION_MACRO test | Andrew Tridgell | 1998-07-30 | 1 | -0/+5 | |
| | ||||||
* | fixed sin_len test for FreeBSD | Andrew Tridgell | 1998-07-30 | 1 | -1/+2 | |
| | ||||||
* | test for a broken inet_ntoa and replace it if necessary (for | Andrew Tridgell | 1998-07-29 | 1 | -0/+13 | |
| | | | | IRIX+gcc-2.8.1) | |||||
* | get rid of the runtime test for broken getgroups() and add a compile | Andrew Tridgell | 1998-07-29 | 1 | -0/+5 | |
| | | | | | time test instead. This also allows us to get rid of the igroups element of a couple of structures. | |||||
* | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1998-07-29 | 1 | -0/+578 | |