summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-12-15 05:13:32 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-12-15 05:13:32 +0000
commit344f11dca17028ae98a96732cf96b143add6946e (patch)
treef29ab84c077058c1db813e9d1224874ebf703802 /gpsd.h
parentff65bffdc2416bca7d66367b33a57b73734da003 (diff)
downloadgpsd-344f11dca17028ae98a96732cf96b143add6946e.tar.gz
add a --enable-gpsd-user configure option.
if unspecified, gpsd will retain its current behaviour: dropping to "nobody".
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsd.h b/gpsd.h
index d72ea864..50e2c369 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -129,9 +129,6 @@ extern void rtcm_output_magnavox(isgps30bits_t *, FILE *);
/* this is where we choose the confidence level to use in reports */
#define GPSD_CONFIDENCE CEP95_SIGMA
-/* several places in the code try setuid. put our preferred username here */
-#define GPSD_USER "nobody"
-
#define NTPSHMSEGS 4 /* number of NTP SHM segments */
/* Some internal capabilities depend on which drivers we're compiling. */