Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4533c commit 2522136Copy full SHA for 2522136
1 file changed
acconfig.h
@@ -9,6 +9,9 @@
9
(as it does on SCI ODT 3.0) */
10
#undef BAD_STATIC_FORWARD
11
12
+/* Define this if you have BeOS threads */
13
+#undef BEOS_THREADS
14
+
15
/* Define if you have the Mach cthreads package */
16
#undef C_THREADS
17
@@ -25,6 +28,9 @@
25
28
/* Define this if your time.h defines altzone */
26
29
#undef HAVE_ALTZONE
27
30
31
+/* Define this if you have the type long long */
32
+#undef HAVE_LONG_LONG
33
34
/* Define this if you have a K&R style C preprocessor */
35
#undef HAVE_OLD_CPP
36
@@ -50,6 +56,9 @@
50
56
/* Define to empty if the keyword does not work. */
51
57
#undef signed
52
58
59
+/* sizeof(void *) */
60
+#undef SIZEOF_VOID_P
61
53
62
/* Define for SOLARIS 2.x */
54
63
#undef SOLARIS
55
64
0 commit comments