~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to lib/unix_util.cpp

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
#include "unix_util.h"
19
19
 
20
 
#if 0
 
20
// Note.  This already has an ifdef around it. If it is causing problem
 
21
// then HAVE_SETENV should be defined in your configuration files.
21
22
#ifndef HAVE_SETENV
22
23
 
23
24
#include <vector>
80
81
    return rv;
81
82
}
82
83
#endif /*  !HAVE_SETENV */       
83
 
#endif
84
84
 
85
85
#ifndef HAVE_DAEMON
86
86