summaryrefslogtreecommitdiff
path: root/pkg/nasm/config
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-05-28 18:02:16 -0700
committerMichael Forney <mforney@mforney.org>2017-05-28 18:02:53 -0700
commit21e431c4435e7babe2738365219b4e2991ef8e31 (patch)
tree40d1c7a84d53a1bbcb339c2ac5ed446b3dc83709 /pkg/nasm/config
parent666ced221961c904015a21826b6e13939ef2037d (diff)
nasm: Update to 2.13.01
Diffstat (limited to 'pkg/nasm/config')
-rw-r--r--pkg/nasm/config/config.h89
1 files changed, 89 insertions, 0 deletions
diff --git a/pkg/nasm/config/config.h b/pkg/nasm/config/config.h
new file mode 100644
index 00000000..e89325d2
--- /dev/null
+++ b/pkg/nasm/config/config.h
@@ -0,0 +1,89 @@
+#include <config-posix.h>
+
+/* #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_STRNLEN 1
+#define HAVE_DECL_STRSEP 1
+#define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1
+#define HAVE_FUNC_ATTRIBUTE_CONST 1
+#define HAVE_FUNC_ATTRIBUTE_ERROR 1
+#define HAVE_FUNC_ATTRIBUTE_FORMAT 1
+#define HAVE_FUNC_ATTRIBUTE_MALLOC 1
+#define HAVE_FUNC_ATTRIBUTE_NORETURN 1
+#define HAVE_FUNC_ATTRIBUTE_PURE 1
+#define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
+#define HAVE_GETPAGESIZE 1
+/* #undef HAVE_IO_H */
+#define HAVE_MEMORY_H 1
+#define HAVE_STDNORETURN_H 1
+/* #undef HAVE_STRICMP */
+#define HAVE_STRLCPY 1
+/* #undef HAVE_STRNICMP */
+#define HAVE_STRSEP 1
+#define HAVE_STRUCT_STAT 1
+/* #undef HAVE_STRUCT__STATI64 */
+#define HAVE_SYS_PARAM_H 1
+/* #undef HAVE__ACCESS */
+#define HAVE__BOOL 1
+/* #undef HAVE__CHSIZE */
+/* #undef HAVE__CHSIZE_S */
+/* #undef HAVE__FILELENGTHI64 */
+/* #undef HAVE__FILENO */
+/* #undef HAVE__FSEEKI64 */
+/* #undef HAVE__FSTATI64 */
+/* #undef HAVE__FULLPATH */
+/* #undef HAVE__SNPRINTF */
+/* #undef HAVE__STATI64 */
+/* #undef HAVE__VSNPRINTF */
+#define HAVE___BUILTIN_CLZ 1
+#define HAVE___BUILTIN_CLZL 1
+#define HAVE___BUILTIN_CLZLL 1
+#define HAVE___BUILTIN_EXPECT 1
+#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 _LARGEFILE_SOURCE */
+/* #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 */
+/* #undef uintptr_t */