mirror of
https://github.com/rd235/cado
synced 2025-01-14 14:46:14 +01:00
85 lines
2.5 KiB
C
85 lines
2.5 KiB
C
/* default editor */
|
|
#cmakedefine EDITOR "/usr/bin/vi"
|
|
|
|
/* Define to 1 if you have the <execs.h> header file. */
|
|
#cmakedefine HAVE_EXECS_H 1
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#cmakedefine HAVE_FCNTL_H 1
|
|
|
|
/* Define to 1 if you have the `execs' library (-lexecs). */
|
|
#cmakedefine HAVE_LIBEXECS 1
|
|
|
|
/* Define to 1 if you have the `mhash' library (-lmhash). */
|
|
#cmakedefine HAVE_LIBMHASH 1
|
|
|
|
/* Define to 1 if you have the <mhash.h> header file. */
|
|
#cmakedefine HAVE_MHASH_H 1
|
|
|
|
/* Define to 1 if you have the <security/pam_appl.h> header file. */
|
|
#cmakedefine HAVE_SECURITY_PAM_APPL_H 1
|
|
|
|
/* Define to 1 if you have the <security/pam_misc.h> header file. */
|
|
#cmakedefine HAVE_SECURITY_PAM_MISC_H 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#cmakedefine HAVE_STRDUP 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the `strtoull' function. */
|
|
#cmakedefine HAVE_STRTOULL 1
|
|
|
|
/* Define to 1 if you have the <sys/capability.h> header file. */
|
|
#cmakedefine HAVE_SYS_CAPABILITY_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* Name of package */
|
|
#cmakedefine PACKAGE "cado"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#cmakedefine PACKAGE_BUGREPORT "info@v2.cs.unibo.it"
|
|
|
|
/* Define to the full name of this package. */
|
|
#cmakedefine PACKAGE_NAME "cado"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#cmakedefine PACKAGE_STRING "cado 0.9.2"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#cmakedefine PACKAGE_TARNAME "cado"
|
|
|
|
/* Define to the version of this package. */
|
|
#cmakedefine PACKAGE_VERSION "0.9.2"
|
|
|
|
/* Version number of package */
|
|
#cmakedefine VERSION "0.9.2"
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#cmakedefine gid_t
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#cmakedefine pid_t
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#cmakedefine ssize_t
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
#cmakedefine uid_t
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 64 bits if
|
|
such a type exists and the standard includes do not define it. */
|
|
#cmakedefine uint64_t
|