mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
44 lines
786 B
C
44 lines
786 B
C
/* Define if your <sys/time.h> declares struct tm. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define if you have the <sys/inotify.h> header file. */
|
|
#undef HAVE_SYS_INOTIFY_H
|
|
|
|
/* Define if you have the <glob.h> header file */
|
|
#undef HAVE_GLOB_H
|
|
|
|
#undef HAVE_WCTYPE_H
|
|
|
|
#undef HAVE_LOCALE_H
|
|
|
|
#undef HAVE_INOTIFY_INIT1
|
|
|
|
#undef HAVE_LANGINFO_H
|
|
|
|
#undef HAVE_GLOB
|
|
|
|
#undef HAVE_SETENV
|
|
|
|
#undef HAVE_INITGROUPS
|
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
#undef HAVE_MBSTOWCS
|
|
|
|
#undef HAVE_SETLOCALE
|
|
|
|
/* The number of bytes in a unsigned int. */
|
|
#undef SIZEOF_UNSIGNED_INT
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#undef SIZEOF_UNSIGNED_LONG
|
|
|
|
#define PACKAGE_NAME "@PACKAGE_NAME@"
|
|
#define PACKAGE_URL "@PACKAGE_URL@"
|
|
|
|
#include "custom.h"
|
|
|