view nasmbuild/nasm-2.13rc9/conftest.c @ 10656:d14f0b444087

<oerjan> ` cd wisdom; mv {\xc3\x84,\xc3\xa4}; mv \'{\xc3\x85,\xc3\xa5}\'
author HackBot
date Thu, 13 Apr 2017 03:46:40 +0000
parents 23e8673c32c3
children
line wrap: on
line source

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define restrict __restrict
#define WORDS_LITTLEENDIAN 1
#define STDC_HEADERS 1
#define HAVE_INTTYPES_H 1
#define HAVE_STRINGS_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDNORETURN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSEP 1
#define HAVE_STRNLEN 1
#define HAVE_GETUID 1
#define HAVE_GETGID 1
#define HAVE_REALPATH 1
/* end confdefs.h.  */
/* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
#define canonicalize_file_name innocuous_canonicalize_file_name

/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char canonicalize_file_name (); below.
    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    <limits.h> exists even on freestanding compilers.  */

#ifdef __STDC__
# include <limits.h>
#else
# include <assert.h>
#endif

#undef canonicalize_file_name

/* Override any GCC internal prototype to avoid an error.
   Use char because int might match the return type of a GCC
   builtin and then its argument prototype would still apply.  */
#ifdef __cplusplus
extern "C"
#endif
char canonicalize_file_name ();
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
choke me
#endif

int
main ()
{
return canonicalize_file_name ();
  ;
  return 0;
}