RPM build added, generated with "./autogen.sh rpm".
[mdsms.git] / acconfig.h
index b51d61b..890db9d 100644 (file)
@@ -201,6 +201,7 @@ extern char *sys_errlist[];
 #define offsetof(a,b) ((size_t)&((a *)0)->b)
 #endif
 
+#ifndef DONT_NEED_DECLARATIONS
 /*
  * Handles all of the internationalization configuration options.
  * Author: Tom Tromey <tromey@creche.cygnus.com>
@@ -227,3 +228,4 @@ extern char *sys_errlist[];
 #    define _(String) (String)
 #    define N_(String) (String)
 #endif /* ENABLE_NLS */
+#endif /* !DONT_NEED_DECLARATIONS */