comparison lib-src/getopt.c @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 376386a54a3c
children 43dd3413c7c7
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
72 #include <stdlib.h> 72 #include <stdlib.h>
73 #endif /* GNU C library. */ 73 #endif /* GNU C library. */
74 74
75 /* This is for other GNU distributions with internationalized messages. 75 /* This is for other GNU distributions with internationalized messages.
76 The GNU C Library itself does not yet support such messages. */ 76 The GNU C Library itself does not yet support such messages. */
77 #if defined (HAVE_LIBINTL_H) 77 #if defined (I18N3) && defined (HAVE_LIBINTL_H)
78 # include <libintl.h> 78 # include <libintl.h>
79 #else 79 #else
80 # define gettext(msgid) (msgid) 80 # define gettext(msgid) (msgid)
81 #endif 81 #endif
82 82