Mercurial > hg > xemacs-beta
comparison lib-src/getopt.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 15872534500d |
children | 084402c475ba |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
29 #ifndef _NO_PROTO | 29 #ifndef _NO_PROTO |
30 #define _NO_PROTO | 30 #define _NO_PROTO |
31 #endif | 31 #endif |
32 | 32 |
33 #ifdef HAVE_CONFIG_H | 33 #ifdef HAVE_CONFIG_H |
34 #include <config.h> | 34 #include <../src/config.h> |
35 #endif | 35 #endif |
36 | 36 |
37 #include <stdio.h> | 37 #include <stdio.h> |
38 #ifdef STDC_HEADERS | |
39 #include <string.h> | 38 #include <string.h> |
40 #include <stdlib.h> | 39 #include <stdlib.h> |
41 #endif | |
42 | 40 |
43 /* Comment out all this code if we are using the GNU C Library, and are not | 41 /* Comment out all this code if we are using the GNU C Library, and are not |
44 actually compiling the library itself. This code is part of the GNU C | 42 actually compiling the library itself. This code is part of the GNU C |
45 Library, but also included in many other GNU distributions. Compiling | 43 Library, but also included in many other GNU distributions. Compiling |
46 and linking in this code is a waste when using the GNU C library | 44 and linking in this code is a waste when using the GNU C library |