mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
42 lines
849 B
C
42 lines
849 B
C
/* Define if utime(file, NULL) sets file's timestamp to the present. */
|
|
#undef HAVE_UTIME_NULL
|
|
|
|
/* Define if you can safely include both <sys/time.h> and <time.h>. */
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
/* Define if your <sys/time.h> declares struct tm. */
|
|
#undef TM_IN_SYS_TIME
|
|
|
|
/* Define if you have the <sys/file.h> header file. */
|
|
#undef HAVE_SYS_FILE_H
|
|
|
|
/* Define if you have the <sys/types.h> header file. */
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
/* Define if you have the <glob.h> header file */
|
|
#undef HAVE_GLOB_H
|
|
|
|
#undef HAVE_WCTYPE_H
|
|
|
|
#undef HAVE_LOCALE_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
|
|
|
|
#include "custom.h"
|