Show
Ignore:
Timestamp:
07/15/05 00:00:08 (8 years ago)
Author:
ahu
Message:

release fixes - drop xdbbackend from the static builds, fix up pdns_recursor for static compilation, fix debian rename

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r444 r447  
    6767  int pthread_mutex_lock(pthread_mutex_t *mutex){ return 0; } 
    6868  int pthread_mutex_unlock(pthread_mutex_t *mutex) { return 0; } 
    69  
     69  int pthread_mutex_destroy(pthread_mutex_t *mutex) { return 0; } 
    7070} 
    7171#endif // __FreeBSD__