File:  [DVB] / dietlibc / threadsafe.sh
Revision 1.2: download - view: text, annotated - select for diffs
Mon May 3 19:03:45 2004 UTC (20 years ago) by leitner
Branches: MAIN
CVS tags: HEAD
  grep portability fixes (Gunnar Ritter)
  add empty libcrypt.a to help compile code from others (Gunnar Ritter)
  add make uninstall

#!/bin/sh
(gcc -E - << EOF | grep WANT_THREAD_SAFE > /dev/null) || echo libpthread/pthread_*.c
#include "dietfeatures.h"
WANT_THREAD_SAFE
EOF

LinuxTV legacy CVS <linuxtv.org/cvs>