Merge branch 'master' into utf8-conversion
This commit is contained in:
@@ -3295,7 +3295,8 @@ static void
|
||||
modelineValueChanged(Widget widget, XtPointer client_data, XtPointer call_data)
|
||||
{
|
||||
Arg args[1];
|
||||
int val, choice;
|
||||
int choice;
|
||||
XtArgVal val;
|
||||
|
||||
X->mtype = (enum menu_type) client_data ;
|
||||
XtSetArg (args[0], XmNuserData, &val);
|
||||
|
||||
@@ -56,10 +56,7 @@ static char sccsid[] = "$TOG: RFCMIME.c /main/11 1999/06/30 12:08:55 mgreess $";
|
||||
#include <assert.h>
|
||||
#include <RFCMIME.h>
|
||||
|
||||
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
|
||||
#if !defined(__linux__)
|
||||
# include <iconv.h>
|
||||
#endif
|
||||
#include <iconv.h>
|
||||
#include <EUSCompat.h>
|
||||
#include <locale.h>
|
||||
#include <LocaleXlate.h>
|
||||
|
||||
@@ -70,10 +70,7 @@ should be fixed in the future.
|
||||
#include <Xm/Xm.h>
|
||||
|
||||
#include <langinfo.h>
|
||||
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
|
||||
#if !defined(__linux__)
|
||||
# include <iconv.h>
|
||||
#endif
|
||||
#include <iconv.h>
|
||||
#include <EUSCompat.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
@@ -53,12 +53,7 @@ $COPYRIGHT$:
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
|
||||
#if !defined(__linux__)
|
||||
# include <iconv.h>
|
||||
#else
|
||||
# include <EUSCompat.h>
|
||||
#endif
|
||||
#include <iconv.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
@@ -86,12 +86,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__linux__)
|
||||
# include <iconv.h>
|
||||
#else
|
||||
// Iconv not defined for linux. Use the EUSCompat stubs instead.
|
||||
# include <EUSCompat.h>
|
||||
#endif
|
||||
#include <iconv.h>
|
||||
|
||||
#if defined(SunOS) && (SunOS < 55)
|
||||
}
|
||||
|
||||
@@ -81,13 +81,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__linux__)
|
||||
// Iconv not defined for linux. Use the EUSCompat stubs instead. */
|
||||
# include <iconv.h>
|
||||
#else
|
||||
# include <EUSCompat.h>
|
||||
#endif
|
||||
|
||||
#include <iconv.h>
|
||||
|
||||
#if defined(SunOS) && (SunOS < 55)
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ CXXOPTIONS = \
|
||||
*/
|
||||
CXXTEMPLATEFLAGS = $(NOIMPLTEMPLATES)
|
||||
|
||||
M4 = /usr/bin/m4
|
||||
M4 = M4Cmd
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user