Mercurial > hg > xemacs-beta
comparison lib-src/gnuslib.c @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 360340f9fd5f |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
61 | 61 |
62 #include <stdlib.h> | 62 #include <stdlib.h> |
63 #include <stdio.h> | 63 #include <stdio.h> |
64 #include <sys/types.h> | 64 #include <sys/types.h> |
65 #include <sys/stat.h> | 65 #include <sys/stat.h> |
66 #ifdef HAVE_UNISTD_H | |
66 #include <unistd.h> | 67 #include <unistd.h> |
68 #endif /* HAVE_UNISTD_H */ | |
69 #ifdef HAVE_STRING_H | |
67 #include <string.h> | 70 #include <string.h> |
71 #endif /* HAVE_STRING_H */ | |
68 | 72 |
69 #include <arpa/inet.h> | 73 #include <arpa/inet.h> |
70 | 74 |
71 char *progname = NULL; | 75 char *progname = NULL; |
72 | 76 |