From 21e431c4435e7babe2738365219b4e2991ef8e31 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 28 May 2017 18:02:16 -0700 Subject: nasm: Update to 2.13.01 --- pkg/nasm/config.h | 61 ------------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 pkg/nasm/config.h (limited to 'pkg/nasm/config.h') diff --git a/pkg/nasm/config.h b/pkg/nasm/config.h deleted file mode 100644 index 4881121c..00000000 --- a/pkg/nasm/config.h +++ /dev/null @@ -1,61 +0,0 @@ -#include - -/* #undef AC_APPLE_UNIVERSAL_BUILD */ -/* #undef HAVE_CANONICALIZE_FILE_NAME */ -#define HAVE_DECL_STRCASECMP 1 -#define HAVE_DECL_STRICMP 0 -#define HAVE_DECL_STRLCPY 1 -#define HAVE_DECL_STRNCASECMP 1 -#define HAVE_DECL_STRNICMP 0 -#define HAVE_DECL_STRSEP 1 -#define HAVE_MEMORY_H 1 -/* #undef HAVE_STRICMP */ -#define HAVE_STRLCPY 1 -/* #undef HAVE_STRNICMP */ -#define HAVE_STRSEP 1 -#define HAVE_SYS_PARAM_H 1 -#define HAVE_WORKING_BOOL 1 -/* #undef HAVE__FULLPATH */ -/* #undef HAVE__SNPRINTF */ -/* #undef HAVE__VSNPRINTF */ -#define PACKAGE_BUGREPORT "" -#define PACKAGE_NAME "" -#define PACKAGE_STRING "" -#define PACKAGE_TARNAME "" -#define PACKAGE_URL "" -#define PACKAGE_VERSION "" -#ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 -#endif -#ifndef _GNU_SOURCE -# define _GNU_SOURCE 1 -#endif -#ifndef _POSIX_PTHREAD_SEMANTICS -# define _POSIX_PTHREAD_SEMANTICS 1 -#endif -#ifndef _TANDEM_SOURCE -# define _TANDEM_SOURCE 1 -#endif -#ifndef __EXTENSIONS__ -# define __EXTENSIONS__ 1 -#endif -/* #undef WORDS_BIGENDIAN */ -#define WORDS_LITTLEENDIAN 1 -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif -/* #undef _FILE_OFFSET_BITS */ -/* #undef _LARGE_FILES */ -/* #undef _MINIX */ -/* #undef _POSIX_1_SOURCE */ -/* #undef _POSIX_SOURCE */ -/* #undef const */ -#ifndef __cplusplus -/* #undef inline */ -#endif -#define restrict __restrict -#if defined __SUNPRO_CC && !defined __RESTRICT -# define _Restrict -# define __restrict__ -#endif -/* #undef size_t */ -- cgit v1.2.3