summaryrefslogtreecommitdiffstats
path: root/old/botan/src/timer/posix_rt/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/timer/posix_rt/info.txt')
-rw-r--r--old/botan/src/timer/posix_rt/info.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/old/botan/src/timer/posix_rt/info.txt b/old/botan/src/timer/posix_rt/info.txt
new file mode 100644
index 0000000..fa530ea
--- /dev/null
+++ b/old/botan/src/timer/posix_rt/info.txt
@@ -0,0 +1,29 @@
+realname "POSIX Timer"
+
+define TIMER_POSIX
+
+load_on auto
+
+<add>
+tm_posix.cpp
+tm_posix.h
+</add>
+
+<libs>
+linux -> rt
+</libs>
+
+# The *BSDs put clock_gettime in sys/time.h, not time.h like POSIX says
+<os>
+cygwin
+linux
+#freebsd
+dragonfly
+#netbsd
+#openbsd
+</os>
+
+<requires>
+timer
+</requires>
+