Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:47:52 +0200 |
| parents | 85ec50267440 |
| children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
| 170:98a42ee61975 | 171:929b76928fce |
|---|---|
| 45 #include "gnuserv.h" | 45 #include "gnuserv.h" |
| 46 #include "getopt.h" | 46 #include "getopt.h" |
| 47 | 47 |
| 48 #include <stdio.h> | 48 #include <stdio.h> |
| 49 #include <stdlib.h> | 49 #include <stdlib.h> |
| 50 #include <sys/types.h> | |
| 51 | |
| 50 #ifdef HAVE_STRING_H | 52 #ifdef HAVE_STRING_H |
| 51 #include <string.h> | 53 #include <string.h> |
| 52 #endif /* HAVE_STRING_H */ | 54 #endif /* HAVE_STRING_H */ |
| 53 #include <sys/types.h> | 55 |
| 54 #ifdef HAVE_UNISTD_H | 56 #ifdef HAVE_UNISTD_H |
| 55 #include <unistd.h> | 57 #include <unistd.h> |
| 56 #endif /* HAVE_UNISTD_H */ | 58 #endif /* HAVE_UNISTD_H */ |
| 59 | |
| 57 #include <signal.h> | 60 #include <signal.h> |
| 58 | |
| 59 int read_line(int, char *); | |
| 60 | 61 |
| 61 #if !defined(SYSV_IPC) && !defined(UNIX_DOMAIN_SOCKETS) && \ | 62 #if !defined(SYSV_IPC) && !defined(UNIX_DOMAIN_SOCKETS) && \ |
| 62 !defined(INTERNET_DOMAIN_SOCKETS) | 63 !defined(INTERNET_DOMAIN_SOCKETS) |
| 63 int | 64 int |
| 64 main (int argc, char *argv[]) | 65 main (int argc, char *argv[]) |
