Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
57d09155
Commit
57d09155
authored
Jul 24, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
putenv
parent
dde43176
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
config.h.in
config.h.in
+3
-0
configure
configure
+2
-2
No files found.
config.h.in
View file @
57d09155
...
@@ -187,6 +187,9 @@
...
@@ -187,6 +187,9 @@
/* Define if you have the plock function. */
/* Define if you have the plock function. */
#undef HAVE_PLOCK
#undef HAVE_PLOCK
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
/* Define if you have the readlink function. */
/* Define if you have the readlink function. */
#undef HAVE_READLINK
#undef HAVE_READLINK
...
...
configure
View file @
57d09155
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.2
8
# From configure.in Revision: 1.2
9
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.10
# Generated automatically using autoconf version 2.10
...
@@ -2133,7 +2133,7 @@ fi
...
@@ -2133,7 +2133,7 @@ fi
# checks for library functions
# checks for library functions
for
ac_func
in
chown
clock dlopen flock ftime ftruncate
\
for
ac_func
in
chown
clock dlopen flock ftime ftruncate
\
gethostname_r getpeername getpgrp getpid gettimeofday getwd
\
gethostname_r getpeername getpgrp getpid gettimeofday getwd
\
link
lstat
mkfifo nice
plock
readlink
\
link
lstat
mkfifo nice
plock
putenv
readlink
\
select
setgid setuid setsid setpgid setpgrp setvbuf
\
select
setgid setuid setsid setpgid setpgrp setvbuf
\
sigaction siginterrupt sigrelse strftime symlink
\
sigaction siginterrupt sigrelse strftime symlink
\
tcgetpgrp tcsetpgrp
times truncate uname
waitpid
tcgetpgrp tcsetpgrp
times truncate uname
waitpid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment