Skip to content
Snippets Groups Projects
Commit acbf0df2 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Pull in more Linux definitions from original build files

parent 207e9994
No related branches found
No related tags found
No related merge requests found
#ifndef XPDEV_PLUS_H #ifndef XPDEV_PLUS_H
#define XPDEV_PLUS_H #define XPDEV_PLUS_H
#ifdef __linux__
#define POSIX_C_SOURCE 200809L
#define _DEFAULT_SOURCE
#define _BSD_SOURCE
#define SPEED_MACROS_ONLY
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS =64
#endif
#cmakedefine WITH_SDL #cmakedefine WITH_SDL
#cmakedefine N_CURSES_LIB #cmakedefine N_CURSES_LIB
#cmakedefine HAS_INTTYPES_H #cmakedefine HAS_INTTYPES_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment