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
ad678af8
Commit
ad678af8
authored
Oct 02, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The usual
parent
25221367
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
333 additions
and
230 deletions
+333
-230
config.h.in
config.h.in
+15
-9
configure
configure
+318
-221
No files found.
config.h.in
View file @
ad678af8
...
@@ -70,6 +70,9 @@
...
@@ -70,6 +70,9 @@
(as it does on SCI ODT 3.0) */
(as it does on SCI ODT 3.0) */
#undef BAD_STATIC_FORWARD
#undef BAD_STATIC_FORWARD
/* Define this if you have BeOS threads */
#undef BEOS_THREADS
/* Define if you have the Mach cthreads package */
/* Define if you have the Mach cthreads package */
#undef C_THREADS
#undef C_THREADS
...
@@ -86,6 +89,9 @@
...
@@ -86,6 +89,9 @@
/* Define this if your time.h defines altzone */
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
#undef HAVE_ALTZONE
/* Define this if you have the type long long */
#undef HAVE_LONG_LONG
/* Define this if you have a K&R style C preprocessor */
/* Define this if you have a K&R style C preprocessor */
#undef HAVE_OLD_CPP
#undef HAVE_OLD_CPP
...
@@ -102,9 +108,6 @@
...
@@ -102,9 +108,6 @@
/* Define if you have POSIX threads */
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
#undef _POSIX_THREADS
/* Define if you have BeOS threads */
#undef BEOS_THREADS
/* Define to force use of thread-safe errno, h_errno, and other functions */
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT
#undef _REENTRANT
...
@@ -154,6 +157,12 @@
...
@@ -154,6 +157,12 @@
/* The number of bytes in a long. */
/* The number of bytes in a long. */
#undef SIZEOF_LONG
#undef SIZEOF_LONG
/* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG
/* The number of bytes in a void *. */
#undef SIZEOF_VOID_P
/* Define if you have the alarm function. */
/* Define if you have the alarm function. */
#undef HAVE_ALARM
#undef HAVE_ALARM
...
@@ -238,6 +247,9 @@
...
@@ -238,6 +247,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 pthread_init function. */
#undef HAVE_PTHREAD_INIT
/* Define if you have the putenv function. */
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
#undef HAVE_PUTENV
...
@@ -403,11 +415,5 @@
...
@@ -403,11 +415,5 @@
/* Define if you have the ieee library (-lieee). */
/* Define if you have the ieee library (-lieee). */
#undef HAVE_LIBIEEE
#undef HAVE_LIBIEEE
/* Define if your compiler supports long long. */
#undef HAVE_LONG_LONG
/* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG
/* Define if you have the m library (-lm). */
/* Define if you have the m library (-lm). */
#undef HAVE_LIBM
#undef HAVE_LIBM
configure
View file @
ad678af8
This diff is collapsed.
Click to expand it.
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