/* src/config.h. Generated automatically by configure. */ #ifndef INCLUDE_QUOTATOOL_CONFIG #define INCLUDE_QUOTATOOL_CONFIG /* #undef inline */ /* #undef uid_t */ /* #undef gid_t */ /* #undef const */ /* give a broad hint as to what system we're on (linux, solaris, ...) */ #define PLATFORM_LINUX 1 #define PLATFORM_SOLARIS 0 #define PLATFORM_AIX 0 #define PLATFORM_UNKNOWN 0 /* define if setmntent() is defined in */ #define HAVE_MNTENT_H 1 /* define if setmntent() is defined in */ #define HAVE_SYS_MNTTAB_H 0 /* define if the quotactl ioctl() is defined in */ #define HAVE_SYS_FS_UFS_QUOTA_H 0 /* define if PATH_MAX is defined in */ #define HAVE_LINUX_LIMITS_H 0 /* define if PATH_MAX is defined in */ #define HAVE_LIMITS_H 1 /* define if BLOCK_SIZE is defined in */ #define HAVE_LINUX_FS_H 1 /* define if MULBSIZE is defined in */ #define HAVE_STD_H 0 /* define if getopt is GNU getopt */ #define HAVE_GNU_GETOPT 1 /* define if we are on AIX w/jfs file system */ #define HAVE_JFS_QUOTA_H 0 /* define if we are on AIX w/jfs file system */ #define HAVE_SYS_MNTCTL_H 0 /***************************************************************** * That's it! Stop reading! There's nothing else to see! *****************************************************************/ /***************************************************************** * Hey! What are you doing! I told you to go away! *****************************************************************/ #define PROGNAME "quotatool" #define MAJOR_VERSION 1 #define MINOR_VERSION 4 #define PATCHLEVEL "1" #define COPYRIGHT_NOTICE "Copyright (c) 1999-2003 Mike Glover / Johan Ekenberg" #define WWW_URL "http://quotatool.ekenberg.se" #endif /* INCLUDE_QUOTATOOL_CONFIG */