view nasmbuild/nasm-2.13rc9/conftest.c @ 10555:532e401e628c

<moonythedwarf> ` cd nasmbuild/nasm-2.13rc9; ./configure; make
author HackBot
date Thu, 30 Mar 2017 21:00:23 +0000
parents
children 3b3668d71811
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
/* end confdefs.h.  */
/* Define getuid to an innocuous variant, in case <limits.h> declares getuid.
   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
#define getuid innocuous_getuid

/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getuid (); 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 getuid

/* 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 getuid ();
/* 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_getuid || defined __stub___getuid
choke me
#endif

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