search for: have_foo

Displaying 4 results from an estimated 4 matches for "have_foo".

Did you mean: have_eoh
2008 Dec 30
1
WITH_FOO vs. HAVE_FOO
On Tue, Dec 30, 2008 at 8:55 AM, Arjen de Korte <nut+devel at de-korte.org> wrote: > While adding the tcp_wrappers support, I also noticed that in many cases we > use both WITH_FOO (usually in Makefile.am) and HAVE_FOO (mostly in the > sources). > > Note that having something available, may not mean that it should be > configured with it. So in most cases, if we conditionally compile sources, > we should be testing against WITH_FOO instead of HAVE_FOO. As far as I can > see, the HAVE_FOO stuff s...
2001 Jun 21
1
pw_expire/pw_change in current portable openssh CVS bombs
The references to pw_expire and pw_change in pwcopy() in misc.c cause compilation errors at least on solaris. How about doing a memcpy of the whole structure and only explicitly setting those that need xstrdup? That would work on openbsd and everywhere else. - Dave Dykstra --- misc.c.O Thu Jun 21 11:35:28 2001 +++ misc.c Thu Jun 21 11:36:09 2001 @@ -125,14 +125,10 @@ { struct passwd *copy =
2004 Apr 18
0
[patch] R-1.9.0: compile error without nl_langinfo(CODESET) (PR#6789)
...og1p matherr mkfifo \ - nl_langinfo popen putenv rint setenv strcoll stat strptime symlink \ + popen putenv rint setenv strcoll stat strptime symlink \ system times unsetenv) ## <NOTE> ## No need checking for bcopy bzero memcpy mempcpy even though ifnames ## might report corresponding HAVE_FOO conditionals. ## </NOTE> +## check whether nl_langinfo(CODESET) is in langinfo.h +## defines HAVE_LANGINFO_CODESET if it's there +AM_LANGINFO_CODESET + ## Used to build src/include/Rmath.h. ## <NOTE> ## we don't use AC_CONFIG_HEADERS on Rmath.h.in because --- src/main/main...
2000 Feb 08
1
0.99
Congrats on the new release. The new package management tools are great! A couple of quick comments: 1) it might be nice to add an optional "Autoloads:" field to the description (the package does not depend on these other packages, but will autoload them if certain functions are called). 2) on page 3 of the R-exts document, it says to set PKG_* flags in 'Makeconf'; I think