1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
/* include/config.h. Generated automatically by configure. */
/* include/config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define as __inline if that's what the C compiler calls it. */
/* #undef inline */
/* Define if you need to in order for stat and other things to work. */
/* #undef _POSIX_SOURCE */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
#define PACKAGE_DATA_DIR "/usr/local/share/modeline"
#define PACKAGE_SOURCE_DIR "/home/bragthor/mystuff/realprogs/modeline-0.6.5"
/* #undef DEBUG */
/* The number of bytes in a long. */
#define SIZEOF_LONG 4
/* Define if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Name of package */
#define PACKAGE "modeline"
/* Version number of package */
#define VERSION "0.6.5"
|