e1bea0c068
2007-05-31 Matthias Klose <doko@ubuntu.com> * javax/management/NotificationBroadcasterSupport.java (getNotificationInfo): Add cast. * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include directories. * native/jni/qt-peer/Makefile.in: Regenerate. libjava/ChangeLog: 2007-06-03 Matthias Klose <doko@ubuntu.com> * java/io/natFileWin32.cc (setFilePermissions): New (stub only). _access: Handle EXEC query, stub only. 2007-06-03 Matthias Klose <doko@ubuntu.com> Merged from classpath: * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge. * java/lang/System.java(inheritedChannel): New. * java/lang/Character.java: Remove stray`;'. * java/net/MulticastSocket.java: Merged. * java/text/DateFormatSymbols.java(getInstance): New, comment updates. * java/text/Collator.java(getInstance): Merged. * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG. getDisplayName, getDisplayNames: New. * java/util/logging/Logger.java: Merged. * Regenerate .class and .h files. 2007-06-03 Matthias Klose <doko@ubuntu.com> * java/io/File.java: Merge with classpath-0.95, new method setFilePermissions, new attribute EXEC. * java/io/natFilePosix.cc (setFilePermissions): New. _access: Handle EXEC query. * classpath/lib/java/io/File.class, java/io/File.h: Regenerate. 2007-06-03 Matthias Klose <doko@ubuntu.com> Imported GNU Classpath 0.95. * classpath/Makefile.in, classpath/native/jni/midi-dssi/Makefile.in, classpath/native/jni/classpath/Makefile.in, classpath/native/jni/Makefile.in, classpath/native/jni/gconf-peer/Makefile.in, classpath/native/jni/java-io/Makefile.in, classpath/native/jni/native-lib/Makefile.in, classpath/native/jni/java-util/Makefile.in, classpath/native/jni/midi-alsa/Makefile.in, classpath/native/jni/java-lang/Makefile.in, classpath/native/jni/java-nio/Makefile.in, classpath/native/jni/java-net/Makefile.in, classpath/native/jni/xmlj/Makefile.in, classpath/native/jni/qt-peer/Makefile.in, classpath/native/jni/gtk-peer/Makefile.in, classpath/native/Makefile.in, classpath/native/jawt/Makefile.in, classpath/native/fdlibm/Makefile.in, classpath/native/plugin/Makefile.in, classpath/resource/Makefile.in, classpath/scripts/Makefile.in, classpath/tools/Makefile.in, classpath/doc/Makefile.in, classpath/doc/api/Makefile.in, classpath/lib/Makefile.in, classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in, classpath/external/sax/Makefile.in, classpath/external/w3c_dom/Makefile.in, classpath/external/relaxngDatatype/Makefile.in, classpath/include/Makefile.in, classpath/examples/Makefile.in: Regenerate. * classpath/config.guess, classpath/config.sub, classpath/ltmain.sh : Update. * classpath/configure, classpath/depcomp, classpath/missing, classpath/aclocal.m4, classpath/install-sh: Regenerate. * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95. * sources.am: Regenerate. * Makefile.in: Regenerate. * Update the .class files and generated CNI header files, add new .class and generated CNI header files. * Remove generated files for removed java source files: classpath/gnu/java/net/BASE64.java, classpath/gnu/java/security/util/Base64.java, classpath/gnu/java/awt/peer/gtk/GThreadMutex.java, classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java, classpath/gnu/java/awt/font/autofit/Scaler.java, classpath/gnu/classpath/jdwp/util/Value.java, classpath/gnu/javax/net/ssl/Base64.java. * Remove empty directories. * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc. * java/lang/Class.java(setAccessible): Merge from classpath. * java/util/Locale.java: Remove. * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java, gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New. * gcj/javaprims.h: Update class declarations. * scripts/classes.pl: Update usage. * HACKING: Mention to build all peers. From-SVN: r125302
433 lines
11 KiB
C
433 lines
11 KiB
C
/* include/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
|
|
#undef BYTEORDER
|
|
|
|
/* Define to 1 if you want native library runtime debugging code enabled */
|
|
#undef DEBUG
|
|
|
|
/* Define to enable support for local sockets. */
|
|
#undef ENABLE_LOCAL_SOCKETS
|
|
|
|
/* Define to 1 if you have the `accept' function. */
|
|
#undef HAVE_ACCEPT
|
|
|
|
/* Define to 1 if you have the <alsa/asoundlib.h> header file. */
|
|
#undef HAVE_ALSA_ASOUNDLIB_H
|
|
|
|
/* Define to 1 if you have the <asm/ioctls.h> header file. */
|
|
#undef HAVE_ASM_IOCTLS_H
|
|
|
|
/* Define to 1 if you have the `bind' function. */
|
|
#undef HAVE_BIND
|
|
|
|
/* Define to 1 if you have BSD u_int32_t */
|
|
#undef HAVE_BSD_INT32_DEFINED
|
|
|
|
/* Define to 1 if you have the `close' function. */
|
|
#undef HAVE_CLOSE
|
|
|
|
/* Define to 1 if you have the `connect' function. */
|
|
#undef HAVE_CONNECT
|
|
|
|
/* Define to 1 if you have the <crt_externs.h> header file. */
|
|
#undef HAVE_CRT_EXTERNS_H
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|
|
/* Define to 1 if you have the <dssi.h> header file. */
|
|
#undef HAVE_DSSI_H
|
|
|
|
/* Define to 1 if you have the `epoll_create' function. */
|
|
#undef HAVE_EPOLL_CREATE
|
|
|
|
/* Define to 1 if you have the `execve' function. */
|
|
#undef HAVE_EXECVE
|
|
|
|
/* Define to 1 if you have the `fcntl' function. */
|
|
#undef HAVE_FCNTL
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#undef HAVE_FCNTL_H
|
|
|
|
/* Define to 1 if you have the `fork' function. */
|
|
#undef HAVE_FORK
|
|
|
|
/* Define to 1 if you have the `fstat' function. */
|
|
#undef HAVE_FSTAT
|
|
|
|
/* Define to 1 if you have the `fsync' function. */
|
|
#undef HAVE_FSYNC
|
|
|
|
/* Define to 1 if you have the `ftruncate' function. */
|
|
#undef HAVE_FTRUNCATE
|
|
|
|
/* three-argument gethostbyname_r */
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_3
|
|
|
|
/* five-argument gethostbyname_r */
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_5
|
|
|
|
/* six-argument gethostbyname_r */
|
|
#undef HAVE_FUNC_GETHOSTBYNAME_R_6
|
|
|
|
/* Define to 1 if you have the `gethostbyname_r' function. */
|
|
#undef HAVE_GETHOSTBYNAME_R
|
|
|
|
/* Define to 1 if you have the `gethostname' function. */
|
|
#undef HAVE_GETHOSTNAME
|
|
|
|
/* Define to 1 if you have the `getifaddrs' function. */
|
|
#undef HAVE_GETIFADDRS
|
|
|
|
/* Define to 1 if you have the `getloadavg' function. */
|
|
#undef HAVE_GETLOADAVG
|
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
#undef HAVE_GETPAGESIZE
|
|
|
|
/* Define to 1 if you have the `getpeername' function. */
|
|
#undef HAVE_GETPEERNAME
|
|
|
|
/* Define to 1 if you have the `getsockname' function. */
|
|
#undef HAVE_GETSOCKNAME
|
|
|
|
/* Define to 1 if you have the `getsockopt' function. */
|
|
#undef HAVE_GETSOCKOPT
|
|
|
|
/* Define if function attributes a la GCC 2.5 and higher are available. */
|
|
#undef HAVE_GNUC25_ATTRIB
|
|
|
|
/* Define if unused variables la GCC 2.5 and higher are available. */
|
|
#undef HAVE_GNUC25_UNUSED
|
|
|
|
/* Define to 1 if you have the `htonl' function. */
|
|
#undef HAVE_HTONL
|
|
|
|
/* Define to 1 if you have the `htons' function. */
|
|
#undef HAVE_HTONS
|
|
|
|
/* Define if you have the iconv() function. */
|
|
#undef HAVE_ICONV
|
|
|
|
/* Define to 1 if you have the <ifaddrs.h> header file. */
|
|
#undef HAVE_IFADDRS_H
|
|
|
|
/* Define if inet6 structures are defined in netinet/in.h. */
|
|
#undef HAVE_INET6
|
|
|
|
/* Define to 1 if you have the `inet_addr' function. */
|
|
#undef HAVE_INET_ADDR
|
|
|
|
/* Define to 1 if you have the `inet_aton' function. */
|
|
#undef HAVE_INET_ATON
|
|
|
|
/* Define to 1 if you have the `inet_pton' function. */
|
|
#undef HAVE_INET_PTON
|
|
|
|
/* Define to 1 if you have uint32_t */
|
|
#undef HAVE_INT32_DEFINED
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have the <jack/jack.h> header file. */
|
|
#undef HAVE_JACK_JACK_H
|
|
|
|
/* Define to 1 if you have the `kevent' function. */
|
|
#undef HAVE_KEVENT
|
|
|
|
/* Define to 1 if you have the `kqueue' function. */
|
|
#undef HAVE_KQUEUE
|
|
|
|
/* Define to 1 if you have the `ltdl' library (-lltdl). */
|
|
#undef HAVE_LIBLTDL
|
|
|
|
/* Define to 1 if you have the `listen' function. */
|
|
#undef HAVE_LISTEN
|
|
|
|
/* Define to 1 if you have the `localtime_r' function. */
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
/* Define to 1 if you have the `lseek' function. */
|
|
#undef HAVE_LSEEK
|
|
|
|
/* Define to 1 if you have the `lstat' function. */
|
|
#undef HAVE_LSTAT
|
|
|
|
/* Define to 1 if you have the <ltdl.h> header file. */
|
|
#undef HAVE_LTDL_H
|
|
|
|
/* Define to 1 if you have the `madvise' function. */
|
|
#undef HAVE_MADVISE
|
|
|
|
/* Define to 1 if you have the <magic.h> header file. */
|
|
#undef HAVE_MAGIC_H
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
#undef HAVE_MEMSET
|
|
|
|
/* Define to 1 if you have the `mincore' function. */
|
|
#undef HAVE_MINCORE
|
|
|
|
/* Define to 1 if you have the `mktime' function. */
|
|
#undef HAVE_MKTIME
|
|
|
|
/* Define to 1 if you have the `mmap' function. */
|
|
#undef HAVE_MMAP
|
|
|
|
/* Define this symbol if you have MSG_NOSIGNAL */
|
|
#undef HAVE_MSG_NOSIGNAL
|
|
|
|
/* Define to 1 if you have the `msync' function. */
|
|
#undef HAVE_MSYNC
|
|
|
|
/* Define to 1 if you have the `munmap' function. */
|
|
#undef HAVE_MUNMAP
|
|
|
|
/* Define to 1 if you have the `open' function. */
|
|
#undef HAVE_OPEN
|
|
|
|
/* Define to 1 if you have the `pipe' function. */
|
|
#undef HAVE_PIPE
|
|
|
|
/* Define to 1 if you have the `read' function. */
|
|
#undef HAVE_READ
|
|
|
|
/* Define to 1 if you have the `readdir_r' function. */
|
|
#undef HAVE_READDIR_R
|
|
|
|
/* Define to 1 if you have the `readlink' function. */
|
|
#undef HAVE_READLINK
|
|
|
|
/* Define to 1 if you have the `readv' function. */
|
|
#undef HAVE_READV
|
|
|
|
/* Define to 1 if you have the `recvfrom' function. */
|
|
#undef HAVE_RECVFROM
|
|
|
|
/* Define to 1 if you have the `select' function. */
|
|
#undef HAVE_SELECT
|
|
|
|
/* Define to 1 if you have the `send' function. */
|
|
#undef HAVE_SEND
|
|
|
|
/* Define to 1 if you have the `sendto' function. */
|
|
#undef HAVE_SENDTO
|
|
|
|
/* Define to 1 if you have the `setsockopt' function. */
|
|
#undef HAVE_SETSOCKOPT
|
|
|
|
/* Define to 1 if you have the `shutdown' function. */
|
|
#undef HAVE_SHUTDOWN
|
|
|
|
/* Define to 1 if you have the `socket' function. */
|
|
#undef HAVE_SOCKET
|
|
|
|
/* Define this symbol if you have SO_NOSIGPIPE */
|
|
#undef HAVE_SO_NOSIGPIPE
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#undef HAVE_STDLIB_H
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
#undef HAVE_STRERROR
|
|
|
|
/* Define to 1 if you have the `strerror_r' function. */
|
|
#undef HAVE_STRERROR_R
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#undef HAVE_STRINGS_H
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#undef HAVE_STRING_H
|
|
|
|
/* Define to 1 if `tm_zone' is member of `struct tm'. */
|
|
#undef HAVE_STRUCT_TM_TM_ZONE
|
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
|
#undef HAVE_SYSCONF
|
|
|
|
/* Define to 1 if you have the <sys/config.h> header file. */
|
|
#undef HAVE_SYS_CONFIG_H
|
|
|
|
/* Define to 1 if you have the <sys/epoll.h> header file. */
|
|
#undef HAVE_SYS_EPOLL_H
|
|
|
|
/* Define to 1 if you have the <sys/event.h> header file. */
|
|
#undef HAVE_SYS_EVENT_H
|
|
|
|
/* Define to 1 if you have the <sys/filio.h> header file. */
|
|
#undef HAVE_SYS_FILIO_H
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
/* Define to 1 if you have the <sys/mman.h> header file. */
|
|
#undef HAVE_SYS_MMAN_H
|
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
|
#undef HAVE_SYS_SELECT_H
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define to 1 if you have the <sys/utime.h> header file. */
|
|
#undef HAVE_SYS_UTIME_H
|
|
|
|
/* Define to 1 if you have the `time' function. */
|
|
#undef HAVE_TIME
|
|
|
|
/* Define if global 'timezone' exists. */
|
|
#undef HAVE_TIMEZONE
|
|
|
|
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
|
`HAVE_STRUCT_TM_TM_ZONE' instead. */
|
|
#undef HAVE_TM_ZONE
|
|
|
|
/* Define to 1 if you don't have `tm_zone' but do have the external array
|
|
`tzname'. */
|
|
#undef HAVE_TZNAME
|
|
|
|
/* Define if your platform has the global _timezone variable. */
|
|
#undef HAVE_UNDERSCORE_TIMEZONE
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
|
#undef HAVE_UTIME_H
|
|
|
|
/* Define to 1 if you have the `write' function. */
|
|
#undef HAVE_WRITE
|
|
|
|
/* Define to 1 if you have the `writev' function. */
|
|
#undef HAVE_WRITEV
|
|
|
|
/* Define to 1 if you have libXrandr. */
|
|
#undef HAVE_XRANDR
|
|
|
|
/* Define to 1 if you have libXrender. */
|
|
#undef HAVE_XRENDER
|
|
|
|
/* Define if the host machine stores words of multi-word integers in
|
|
big-endian order. */
|
|
#undef HOST_WORDS_BIG_ENDIAN
|
|
|
|
/* Define as const if the declaration of iconv() needs const. */
|
|
#undef ICONV_CONST
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#undef LT_OBJDIR
|
|
|
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
#undef NO_MINUS_C_MINUS_O
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
/* Define to the full name of this package. */
|
|
#undef PACKAGE_NAME
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#undef PACKAGE_STRING
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#undef PACKAGE_TARNAME
|
|
|
|
/* Define to the version of this package. */
|
|
#undef PACKAGE_VERSION
|
|
|
|
/* Define if you want to synchronize VM threads portably by default; undef
|
|
otherwise */
|
|
#undef PORTABLE_NATIVE_SYNC
|
|
|
|
/* The size of a `char', as computed by sizeof. */
|
|
#undef SIZEOF_CHAR
|
|
|
|
/* The size of a `int', as computed by sizeof. */
|
|
#undef SIZEOF_INT
|
|
|
|
/* The size of a `long', as computed by sizeof. */
|
|
#undef SIZEOF_LONG
|
|
|
|
/* The size of a `short', as computed by sizeof. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The size of a `void*', as computed by sizeof. */
|
|
#undef SIZEOF_VOIDP
|
|
|
|
/* The number of bytes in type void * */
|
|
#undef SIZEOF_VOID_P
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define if struct tm has tm_gmtoff field. */
|
|
#undef STRUCT_TM_HAS_GMTOFF
|
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* whether byteorder is bigendian */
|
|
#undef WORDS_BIGENDIAN
|
|
|
|
/* Define to 1 if the X Window System is missing or not being used. */
|
|
#undef X_DISPLAY_MISSING
|
|
|
|
/* Define to `__attribute__' to nothing if it's not supported. */
|
|
#undef __attribute__
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
#undef const
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
|
#undef inline
|
|
#endif
|
|
|
|
/* GNU C attributes. */
|
|
#ifndef FUNCATTR
|
|
#ifdef HAVE_GNUC25_ATTRIB
|
|
#define FUNCATTR(x) __attribute__(x)
|
|
#else
|
|
#define FUNCATTR(x)
|
|
#endif
|
|
#endif
|
|
|
|
/* GNU C unused functions, or null. */
|
|
#ifndef ATTRUNUSED
|
|
#ifdef HAVE_GNUC25_UNUSED
|
|
#define ATTRUNUSED unused
|
|
#else
|
|
#define ATTRUNUSED
|
|
#endif
|
|
#endif
|
|
#ifndef UNUSED
|
|
#define UNUSED FUNCATTR((ATTRUNUSED))
|
|
#endif
|