summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp-test.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-11-20 15:31:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-11-20 15:31:07 +0000
commit77a98d2dfceb46170e24a522eecc57dd0f614402 (patch)
treec2f9c4cd1fea22de6399f87e5097bb158e20241f /perl-install/c/smp-test.c
parentac613b886b6f0effdf1f2fd3553ab5925a4905fd (diff)
downloaddrakx-77a98d2dfceb46170e24a522eecc57dd0f614402.tar
drakx-77a98d2dfceb46170e24a522eecc57dd0f614402.tar.gz
drakx-77a98d2dfceb46170e24a522eecc57dd0f614402.tar.bz2
drakx-77a98d2dfceb46170e24a522eecc57dd0f614402.tar.xz
drakx-77a98d2dfceb46170e24a522eecc57dd0f614402.zip
*** empty log message ***
Diffstat (limited to 'perl-install/c/smp-test.c')
-rw-r--r--perl-install/c/smp-test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/c/smp-test.c b/perl-install/c/smp-test.c
new file mode 100644
index 000000000..f644449b8
--- /dev/null
+++ b/perl-install/c/smp-test.c
@@ -0,0 +1,6 @@
+main() {
+ if (detectSMP())
+ printf("has smp\n");
+ else
+ printf("no smp\n");
+}