mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
32 lines
732 B
C
32 lines
732 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 <glob.h> header file */
|
|
#undef HAVE_GLOB_H
|
|
|
|
#undef HAVE_GLOB
|
|
|
|
#undef HAVE_SETENV
|
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
/* The number of bytes in a unsigned int. */
|
|
#undef SIZEOF_UNSIGNED_INT
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#undef SIZEOF_UNSIGNED_LONG
|
|
|
|
/* The number of bytes in a unsigned short. */
|
|
#undef SIZEOF_UNSIGNED_SHORT
|
|
|
|
#include "custom.h"
|