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
25221367
Commit
25221367
authored
Oct 02, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.
parent
fb4533c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
acconfig.h
acconfig.h
+9
-0
No files found.
acconfig.h
View file @
25221367
...
...
@@ -9,6 +9,9 @@
(as it does on SCI ODT 3.0) */
#undef BAD_STATIC_FORWARD
/* Define this if you have BeOS threads */
#undef BEOS_THREADS
/* Define if you have the Mach cthreads package */
#undef C_THREADS
...
...
@@ -25,6 +28,9 @@
/* Define this if your time.h defines 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 */
#undef HAVE_OLD_CPP
...
...
@@ -50,6 +56,9 @@
/* Define to empty if the keyword does not work. */
#undef signed
/* sizeof(void *) */
#undef SIZEOF_VOID_P
/* Define for SOLARIS 2.x */
#undef SOLARIS
...
...
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