Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 3739:6d4dc9ec7240
[xemacs-hg @ 2006-12-11 19:43:57 by aidan]
Check for the various u*_t types in configure, use those definitions in C.
author | aidan |
---|---|
date | Mon, 11 Dec 2006 19:44:56 +0000 |
parents | cb20b201d5e6 |
children | e58f4b9ab1ad |
comparison
equal
deleted
inserted
replaced
3738:23dd32cedb6a | 3739:6d4dc9ec7240 |
---|---|
521 #undef HAVE_XMU | 521 #undef HAVE_XMU |
522 | 522 |
523 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ | 523 /* Compile in support for DBM databases? May require libgdbm or libdbm. */ |
524 #undef HAVE_DBM | 524 #undef HAVE_DBM |
525 | 525 |
526 /* Define to 1 if the system has the type `u_int8_t'. */ | |
527 #undef HAVE_U_INT8_T | |
528 /* Define to 1 if the system has the type `u_int16_t'. */ | |
529 #undef HAVE_U_INT16_T | |
530 /* Define to 1 if the system has the type `u_int32_t'. */ | |
531 #undef HAVE_U_INT32_T | |
532 /* Define to 1 if the system has the type `u_int64_t'. */ | |
533 #undef HAVE_U_INT64_T | |
534 | |
526 /* Compile in support for Berkeley DB style databases? May require libdb. */ | 535 /* Compile in support for Berkeley DB style databases? May require libdb. */ |
527 #undef HAVE_BERKELEY_DB | 536 #undef HAVE_BERKELEY_DB |
528 /* Full #include file path for Berkeley DB's db.h */ | 537 /* Full #include file path for Berkeley DB's db.h */ |
529 #undef DB_H_FILE | 538 #undef DB_H_FILE |
530 | 539 |