src/world/usr.bin/rpcgen/src/config.h

50 lines
1.3 KiB
C

/* Name of package */
#define PACKAGE "rpcsvc-proto"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "kukuk@thkukuk.de"
/* Define to the full name of this package. */
#define PACKAGE_NAME "rpcsvc-proto"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "rpcsvc-proto 1.4.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "rpcsvc-proto"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.4.2"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
/* Version number of package */
#define VERSION "1.4.2"
#define _LARGEFILE64_SOURCE