Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | bfd6434d15b3 |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
309 progname = strrchr (argv[0], '/'); | 309 progname = strrchr (argv[0], '/'); |
310 if (progname) | 310 if (progname) |
311 ++progname; | 311 ++progname; |
312 else | 312 else |
313 progname = argv[0]; | 313 progname = argv[0]; |
314 | |
315 #ifdef USE_TMPDIR | |
316 tmpdir = getenv ("TMPDIR"); | |
317 #endif | |
318 if (!tmpdir) | |
319 tmpdir = "/tmp"; | |
314 | 320 |
315 display = getenv ("DISPLAY"); | 321 display = getenv ("DISPLAY"); |
316 if (!display) | 322 if (!display) |
317 suppress_windows_system = 1; | 323 suppress_windows_system = 1; |
318 else | 324 else |