Use POSIX macros for linux

This commit is contained in:
chase
2018-05-24 16:24:41 -05:00
committed by Jon Trulson
parent 164e695cd0
commit 4f5e7fe5e3
265 changed files with 394 additions and 394 deletions

View File

@@ -70,7 +70,7 @@
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -57,7 +57,7 @@ static char sccsid[] = "$TOG: RFCMIME.c /main/11 1999/06/30 12:08:55 mgreess $";
#include <RFCMIME.h>
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
#if !defined(linux)
#if !defined(__linux__)
# include <iconv.h>
#endif
#include <EUSCompat.h>

View File

@@ -132,7 +132,7 @@ static char sccsid[] = "@(#)calendarA.c 1.196 95/04/12 Copyr 1991 Sun Microsyst
#include "cmtt.h"
#endif
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos.h>

View File

@@ -71,7 +71,7 @@ should be fixed in the future.
#include <langinfo.h>
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
#if !defined(linux)
#if !defined(__linux__)
# include <iconv.h>
#endif
#include <EUSCompat.h>

View File

@@ -81,7 +81,7 @@ static char sccsid[] = "@(#)dayglance.c 1.76 95/04/24 Copyr 1991 Sun Microsystem
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -72,7 +72,7 @@
static Bool lookForButton(Display *, XEvent *, XPointer);
#if !defined(linux) && !defined(CSRG_BASED)
#if !defined(__linux__) && !defined(CSRG_BASED)
extern char *sys_errlist[];
#endif

View File

@@ -60,7 +60,7 @@
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -69,7 +69,7 @@ static char sccsid[] = "@(#)format.c 1.27 95/01/19 Copyr 1991 Sun Microsystems,
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -102,7 +102,7 @@ static char sccsid[] = "@(#)monthglance.c 1.82 95/07/27 Copyr 1994 Sun Microsys
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -89,7 +89,7 @@ static char sccsid[] = "@(#)tempbr.c 1.48 95/03/28 Copyr 1991 Sun Microsystems,
static void tb_cancel_cb();
static void tb_close_cb();
static void tempbr_show_cb(Widget w, XtPointer data, XtPointer cbs);
#if defined(linux)
#if defined(__linux__)
#include <string.h>
#else
extern char *strdup(const char *);

View File

@@ -78,7 +78,7 @@
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -70,7 +70,7 @@
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -88,7 +88,7 @@ static char sccsid[] = "@(#)yearglance.c 1.37 95/07/27 Copyr 1991 Sun Microsyste
#define XOS_USE_XT_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -58,11 +58,11 @@ static char sccsid[] = "@(#)timeops.c 1.13 95/05/02 Copyr 1991 Sun Microsystems,
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>
#if defined(linux)
#if defined(__linux__)
#define SVR4
#endif

View File

@@ -69,7 +69,7 @@
#define X_INCLUDE_STRING_H
#define X_INCLUDE_TIME_H
#define XOS_USE_NO_LOCKING
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -35,7 +35,7 @@
#include <stdlib.h>
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -428,7 +428,7 @@ setinput (FILE* f)
return(-1);
}
#if !defined(linux)
#if !defined(__linux__)
/* no madvise so we lose this optimization */
madvise(start_of_mmapped_area, len, MADV_SEQUENTIAL);
#endif

View File

@@ -39,7 +39,7 @@
#include <sys/file.h>
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -12,7 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if (defined(sun) && defined(_XOPEN_SOURCE)) || defined(linux)
#if (defined(sun) && defined(_XOPEN_SOURCE)) || defined(__linux__)
#include <time.h>
#endif
#include "csa.h"

View File

@@ -30,7 +30,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -30,7 +30,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -30,7 +30,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -31,7 +31,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -32,7 +32,7 @@
#include <stdio.h>
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -30,7 +30,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -37,7 +37,7 @@
#define XOS_USE_NO_LOCKING
#define X_INCLUDE_TIME_H
#if defined(linux)
#if defined(__linux__)
#undef SVR4
#endif
#include <X11/Xos_r.h>

View File

@@ -28,7 +28,7 @@
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
*/
#if defined(linux)
#if defined(__linux__)
#define _POSIX_C_SOURCE 2
#endif
@@ -493,7 +493,7 @@ init_alarm()
extern void garbage_collect();
extern void debug_switch();
#if defined(SVR4) && !defined(linux)
#if defined(SVR4) && !defined(__linux__)
extern void (*sigset(int, void (*)(int)))(int);
sigset(SIGUSR1, garbage_collect);
sigset(SIGALRM, garbage_collect);
@@ -695,7 +695,7 @@ main(int argc, char **argv)
if (udp_transp == (SVCXPRT *)-1) {
udp_transp = svcudp_create(standalone ? RPC_ANYSOCK : 0
#if defined(_AIX) || defined(hpV4) || defined(linux) || defined(CSRG_BASED)
#if defined(_AIX) || defined(hpV4) || defined(__linux__) || defined(CSRG_BASED)
);
#else
,0,0);

View File

@@ -41,7 +41,7 @@
#include "utility.h"
#include "lutil.h"
#if !defined(linux)
#if !defined(__linux__)
extern char * strdup(const char *);
#endif