xref: /minix3/external/bsd/kyua-cli/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
111be35a1SLionel Sambuc /* config.h.  Generated from config.h.in by configure.  */
211be35a1SLionel Sambuc /* config.h.in.  Generated from configure.ac by autoheader.  */
311be35a1SLionel Sambuc 
411be35a1SLionel Sambuc /* Define to the optind value to reset getopt processing */
511be35a1SLionel Sambuc #define GETOPT_OPTIND_RESET_VALUE 1
611be35a1SLionel Sambuc 
711be35a1SLionel Sambuc /* Define to 1 if getcwd(NULL, 0) works */
811be35a1SLionel Sambuc #define HAVE_GETCWD_DYN 1
911be35a1SLionel Sambuc 
1011be35a1SLionel Sambuc /* Define to 1 if getopt has optreset */
1111be35a1SLionel Sambuc #define HAVE_GETOPT_WITH_OPTRESET 1
1211be35a1SLionel Sambuc 
1311be35a1SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
1411be35a1SLionel Sambuc #define HAVE_INTTYPES_H 1
1511be35a1SLionel Sambuc 
1611be35a1SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
1711be35a1SLionel Sambuc #define HAVE_MEMORY_H 1
1811be35a1SLionel Sambuc 
1911be35a1SLionel Sambuc /* Define to 1 if you have the `putenv' function. */
2011be35a1SLionel Sambuc #define HAVE_PUTENV 1
2111be35a1SLionel Sambuc 
2211be35a1SLionel Sambuc /* Define to 1 if you have the `setenv' function. */
2311be35a1SLionel Sambuc #define HAVE_SETENV 1
2411be35a1SLionel Sambuc 
2511be35a1SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
2611be35a1SLionel Sambuc #define HAVE_STDINT_H 1
2711be35a1SLionel Sambuc 
2811be35a1SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
2911be35a1SLionel Sambuc #define HAVE_STDLIB_H 1
3011be35a1SLionel Sambuc 
3111be35a1SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
3211be35a1SLionel Sambuc #define HAVE_STRINGS_H 1
3311be35a1SLionel Sambuc 
3411be35a1SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
3511be35a1SLionel Sambuc #define HAVE_STRING_H 1
3611be35a1SLionel Sambuc 
37*0a6a1f1dSLionel Sambuc #if !defined(__minix)
3811be35a1SLionel Sambuc /* Define to 1 if you have the `sysctlbyname' function. */
39*0a6a1f1dSLionel Sambuc #define HAVE_SYSCTLBYNAME 1
40*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */
4111be35a1SLionel Sambuc 
4211be35a1SLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */
4311be35a1SLionel Sambuc #define HAVE_SYS_PARAM_H 1
4411be35a1SLionel Sambuc 
4511be35a1SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
4611be35a1SLionel Sambuc #define HAVE_SYS_STAT_H 1
4711be35a1SLionel Sambuc 
4811be35a1SLionel Sambuc /* Define to 1 if you have the <sys/sysctl.h> header file. */
4911be35a1SLionel Sambuc #define HAVE_SYS_SYSCTL_H 1
5011be35a1SLionel Sambuc 
5111be35a1SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
5211be35a1SLionel Sambuc #define HAVE_SYS_TYPES_H 1
5311be35a1SLionel Sambuc 
5411be35a1SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
5511be35a1SLionel Sambuc #define HAVE_UNISTD_H 1
5611be35a1SLionel Sambuc 
5711be35a1SLionel Sambuc /* Define to 1 if you have the `unsetenv' function. */
5811be35a1SLionel Sambuc #define HAVE_UNSETENV 1
5911be35a1SLionel Sambuc 
6011be35a1SLionel Sambuc /* Name of the system architecture (aka processor type) */
6111be35a1SLionel Sambuc #define KYUA_ARCHITECTURE "x86_64"
6211be35a1SLionel Sambuc 
6311be35a1SLionel Sambuc /* Name of the system platform (aka machine name) */
6411be35a1SLionel Sambuc #define KYUA_PLATFORM "amd64"
6511be35a1SLionel Sambuc 
6611be35a1SLionel Sambuc /* Define to the last valid signal number */
6711be35a1SLionel Sambuc #define LAST_SIGNO 63
6811be35a1SLionel Sambuc 
6911be35a1SLionel Sambuc /* Define to the name of the sysctl MIB */
7011be35a1SLionel Sambuc #define MEMORY_QUERY_SYSCTL_MIB "hw.usermem64"
7111be35a1SLionel Sambuc 
7211be35a1SLionel Sambuc /* Define to the memory query type */
73*0a6a1f1dSLionel Sambuc #define MEMORY_QUERY_TYPE "sysctlbyname"
7411be35a1SLionel Sambuc 
7511be35a1SLionel Sambuc /* Name of package */
7611be35a1SLionel Sambuc #define PACKAGE "kyua-cli"
7711be35a1SLionel Sambuc 
7811be35a1SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
7911be35a1SLionel Sambuc #define PACKAGE_BUGREPORT "kyua-discuss@googlegroups.com"
8011be35a1SLionel Sambuc 
8111be35a1SLionel Sambuc /* Define to the full name of this package. */
8211be35a1SLionel Sambuc #define PACKAGE_NAME "Kyua - Command line interface"
8311be35a1SLionel Sambuc 
8411be35a1SLionel Sambuc /* Define to the full name and version of this package. */
8584d9c625SLionel Sambuc #define PACKAGE_STRING "Kyua - Command line interface 0.7"
8611be35a1SLionel Sambuc 
8711be35a1SLionel Sambuc /* Define to the one symbol short name of this package. */
8811be35a1SLionel Sambuc #define PACKAGE_TARNAME "kyua-cli"
8911be35a1SLionel Sambuc 
9011be35a1SLionel Sambuc /* Define to the home page for this package. */
9111be35a1SLionel Sambuc #define PACKAGE_URL "http://code.google.com/p/kyua/"
9211be35a1SLionel Sambuc 
9311be35a1SLionel Sambuc /* Define to the version of this package. */
9484d9c625SLionel Sambuc #define PACKAGE_VERSION "0.7"
9511be35a1SLionel Sambuc 
9611be35a1SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
9711be35a1SLionel Sambuc #define STDC_HEADERS 1
9811be35a1SLionel Sambuc 
9911be35a1SLionel Sambuc /* Version number of package */
10084d9c625SLionel Sambuc #define VERSION "0.7"
101