Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
31 */ | 31 */ |
32 | 32 |
33 #if 0 | 33 #if 0 |
34 static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup alpha !"; | 34 static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup alpha !"; |
35 #endif | 35 #endif |
36 | |
37 #define USE_TMPDIR | |
36 | 38 |
37 #define NO_SHORTNAMES | 39 #define NO_SHORTNAMES |
38 | 40 |
39 #define PATCHLEVEL 2 | 41 #define PATCHLEVEL 2 |
40 | 42 |
187 #define TRUE 1 | 189 #define TRUE 1 |
188 | 190 |
189 extern char *optarg; | 191 extern char *optarg; |
190 extern int optind; | 192 extern int optind; |
191 extern char *progname; | 193 extern char *progname; |
194 extern char *tmpdir; | |
192 | 195 |
193 /* The casts shut Sun's compiler up and are safe in the context these | 196 /* The casts shut Sun's compiler up and are safe in the context these |
194 are actually used. */ | 197 are actually used. */ |
195 #define max2(x,y) (((int) (x) > (int) (y)) ? (x) : (y)) | 198 #define max2(x,y) (((int) (x) > (int) (y)) ? (x) : (y)) |
196 #define min2(x,y) (((int) (x) < (int) (y)) ? (x) : (y)) | 199 #define min2(x,y) (((int) (x) < (int) (y)) ? (x) : (y)) |