search for: have_putenv

Displaying 8 results from an estimated 8 matches for "have_putenv".

2000 Jan 27
1
Long awaited round 1 of NeXT patches.
...ys.next.programmers + * FAQ list and misc-source repository. I believe it comes + * from Thomas Funke <thf at zelator.in-berlin.de>. Includes + * some mods from Garance Drosehn <gad at eclipse.its.rpi.edu>. + */ +#if !defined(HAVE_SETENV) && !defined(HAVE_PUTENV) +int putenv(char *s) +{ + int nlen; + char *cptr; + char **nenv, **eptr; + extern char **environ; + + /* first see if there is any environment setup. If not, + * create it with this single variable in it. + */ + if (environ == NULL) { + nenv = (char **) malloc(2 * sizeof(char *)); +...
2002 Mar 08
2
Sys.putenv environment variables disappear (PR#1371)
....1 (I also saw this in earlier versions), under Solaris 2.6. Dave Kane reported this problem to R-help on 6/4/01, and I reported it on 11/30/01, but nobody else has confirmed (or denied) seeing it (except Kjetil Halvorsen did not see it on Windows). FYI, my include/config.h file has "#define HAVE_PUTENV 1". Here's the usual version info. Version: platform = sparc-sun-solaris2.6 arch = sparc os = solaris2.6 system = sparc, solaris2.6 status = major = 1 minor = 4.1 year = 2002 month = 01 day = 30 language = R Search Path: .GlobalEnv, package:misc, package:io, package:arrays,...
2005 Feb 08
0
Compiling R as a shared library
...efine HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_STAT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSTEM 1 | #define HAVE_TIMES 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | #include <math.h> | | #ifdef F77_DUMMY_MAIN |...
2001 Jun 04
2
creating /etc/tinc directories in make install
Hi, I am curious why don't you guys create /etc/tinc directory, set permissions, add /etc/rc.d scripts etc. from the Makefile(s) in the source distribution ? Doing a make install and not finding an example config in /etc/tinc is kind of frustrating. Am I missing something? Maybe there is a good reason for that? Also, why is it not finding evp.h when I try to do configure? Is creating
2019 Oct 29
0
auth logging or auditing
...?? HAVE_POSIX_MEMALIGN ?? HAVE_POSIX_OPENPT ?? HAVE_PRCTL ?? HAVE_PREAD ?? HAVE_PREAD_DECL ?? HAVE_PRINTF ?? HAVE_PROGRAM_INVOCATION_SHORT_NAME ?? HAVE_PTHREAD ?? HAVE_PTHREAD_ATTR_INIT ?? HAVE_PTHREAD_CREATE ?? HAVE_PTHREAD_MUTEXATTR_SETROBUST ?? HAVE_PTHREAD_MUTEX_CONSISTENT ?? HAVE_PTRDIFF_T ?? HAVE_PUTENV ?? HAVE_PUTUTLINE ?? HAVE_PUTUTXLINE ?? HAVE_PWRITE ?? HAVE_PWRITE_DECL ?? HAVE_PYEMBED ?? HAVE_PYEXT ?? HAVE_QUOTACTL_LINUX ?? HAVE_RAND ?? HAVE_RANDOM ?? HAVE_RCMD ?? HAVE_READAHEAD_DECL ?? HAVE_READLINK ?? HAVE_READV ?? HAVE_REALPATH ?? HAVE_RENAME ?? HAVE_RES_NSEARCH ?? HAVE_RES_SEARCH ?? HAVE_...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...efine HAVE_FTELLO 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETUID 1 | #define HAVE_HYPOT 1 | #define HAVE_ISASCII 1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | /* end confdefs.h. */ | /* Define setenv to an innocuous variant, in case <limits.h> declares setenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define setenv innocuous_setenv | | /* System header to define __stub macros and hopefull...
2020 May 29
2
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
Samba 4.12.1, single server with AD+DC on Ubuntu 18.04. Filesystem: /dev/sdb1 on /home type ext4 (rw,relatime,stripe=32750,data=ordered) It all work as expected, but I occasionally get the error in subject which denies access to shares. Restarting Samba will restore functionality. What can be the cause of this problem? Thanks. [2020/05/27 18:24:35.795379, 8]
2020 Jun 03
3
get_ea_dos_attribute: Cannot get attribute from EA on file .: Error = No data available
...HAVE_POSIX_MEMALIGN HAVE_POSIX_OPENPT HAVE_PRCTL HAVE_PREAD HAVE_PREAD_DECL HAVE_PRINTF HAVE_PROGRAM_INVOCATION_SHORT_NAME HAVE_PTHREAD HAVE_PTHREAD_ATTR_INIT HAVE_PTHREAD_CREATE HAVE_PTHREAD_MUTEXATTR_SETROBUST HAVE_PTHREAD_MUTEX_CONSISTENT HAVE_PTRDIFF_T HAVE_PUTENV HAVE_PUTUTLINE HAVE_PUTUTXLINE HAVE_PWRITE HAVE_PWRITE_DECL HAVE_PYEMBED HAVE_PYEXT HAVE_QUOTACTL_LINUX HAVE_RAND HAVE_RANDOM HAVE_RCMD HAVE_READAHEAD_DECL HAVE_READLINK HAVE_READV HAVE_REALPATH HAVE_RENAME HAVE_RES_NSEARCH HAVE_RES_SEARCH HAVE_...