diff lib-src/gnuserv.h @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 41f2f0e326e9
children 1d62742628b6
line wrap: on
line diff
--- a/lib-src/gnuserv.h	Mon Aug 13 10:22:10 2007 +0200
+++ b/lib-src/gnuserv.h	Mon Aug 13 10:23:02 2007 +0200
@@ -34,6 +34,8 @@
 static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup alpha !";
 #endif
 
+#define USE_TMPDIR
+
 #define NO_SHORTNAMES
 
 #define PATCHLEVEL 2
@@ -189,6 +191,7 @@
 extern char *optarg;
 extern int optind;
 extern char *progname;
+extern char *tmpdir;
 
 /* The casts shut Sun's compiler up and are safe in the context these
    are actually used. */