Initial community commit
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
|
||||
#define HAVE_STRERROR 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_LIMITS_H 1
|
||||
|
||||
#define HAVE_STRDUP 1
|
||||
#define HAVE_STDLIB_H 1
|
||||
#define HAVE_STDINT_H 1
|
||||
#define HAVE_INTTYPES_H 1
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
#define HAVE_DIRENT_H 1
|
||||
|
||||
#define HAVE_UNISTD_H 1
|
||||
#if !defined(__DJGPP__)
|
||||
#define HAVE_SYS_SIGNAL_H 1
|
||||
#endif
|
||||
#define HAVE_SYS_TIME_H 1
|
||||
#define HAVE_STRINGS_H 1
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/*
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#ifdef HAVE_SYS_SIGNAL_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#ifdef HAVE_STDINT_H
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#ifdef HAVE_STRING_H
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
*/
|
||||
|
||||
#define GAPLESS 1
|
||||
|
||||
#define REAL_IS_FLOAT
|
||||
|
||||
#define inline __inline
|
||||
|
||||
#define OFF_MAX ((off_t)((sizeof(off_t) <= 4) ? ((uint32_t)-1/2) : ((uint64_t)-1/2))) /* OpenMPT */
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
#ifndef MPG123_MAKEFILE_H
|
||||
#define MPG123_MAKEFILE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#define MPG123_API_VERSION 47
|
||||
#define MPG123_NO_CONFIGURE
|
||||
#define MPG123_NO_LARGENAME
|
||||
#include <stddef.h>
|
||||
typedef ssize_t mpg123_ssize_t;
|
||||
#include "mpg123.h.in"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user