Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | 19dcec799385 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
35 * | 35 * |
36 * (If gnuserv came bundled with your emacs, the README file is probably | 36 * (If gnuserv came bundled with your emacs, the README file is probably |
37 * ../etc/gnuserv.README relative to the directory containing this file) | 37 * ../etc/gnuserv.README relative to the directory containing this file) |
38 */ | 38 */ |
39 | 39 |
40 #if 0 | |
41 /* Hand-munged RCS header */ | |
42 static char rcsid [] = "!Header: gnuclient.c,v 2.2 95/12/12 01:39:21 wing nene !"; | |
43 #endif | |
44 | |
45 #include "gnuserv.h" | 40 #include "gnuserv.h" |
41 | |
42 char gnuserv_version[] = "gnuclient version " GNUSERV_VERSION; | |
43 | |
46 #include "getopt.h" | 44 #include "getopt.h" |
47 | 45 |
48 #include <stdio.h> | 46 #include <stdio.h> |
49 #include <stdlib.h> | 47 #include <stdlib.h> |
50 #include <sys/types.h> | 48 #include <sys/types.h> |