Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2522136

Browse files
committed
Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates.
1 parent fb4533c commit 2522136

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

acconfig.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
(as it does on SCI ODT 3.0) */
1010
#undef BAD_STATIC_FORWARD
1111

12+
/* Define this if you have BeOS threads */
13+
#undef BEOS_THREADS
14+
1215
/* Define if you have the Mach cthreads package */
1316
#undef C_THREADS
1417

@@ -25,6 +28,9 @@
2528
/* Define this if your time.h defines altzone */
2629
#undef HAVE_ALTZONE
2730

31+
/* Define this if you have the type long long */
32+
#undef HAVE_LONG_LONG
33+
2834
/* Define this if you have a K&R style C preprocessor */
2935
#undef HAVE_OLD_CPP
3036

@@ -50,6 +56,9 @@
5056
/* Define to empty if the keyword does not work. */
5157
#undef signed
5258

59+
/* sizeof(void *) */
60+
#undef SIZEOF_VOID_P
61+
5362
/* Define for SOLARIS 2.x */
5463
#undef SOLARIS
5564

0 commit comments

Comments
 (0)