Ignore:
Timestamp:
2013-06-14T17:32:25+12:00 (11 years ago)
Author:
ak19
Message:

File lock code currently experimental, so not in the main greenstone build sequence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/gdbmedit/db2txt/db2txt.cpp

    r27626 r27627  
    3131
    3232#else
    33 
    34 /* header file for mkdir */
    35 #include <sys/stat.h>
    36 #include <sys/types.h>
    37 
    3833#include <gdbm.h>
    3934#endif
     
    7873#endif
    7974
     75#ifdef _GSDL_FLOCK_ENABLED
    8076// John Thompson's lock() and unlock() needed in parallel building
    8177// parked in separate file to help readability of main code
    8278#include "filelock.cpp"
     79#endif
    8380
    8481void print_usage (char *program_name) {
Note: See TracChangeset for help on using the changeset viewer.