diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-29 06:19:06 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-29 06:19:06 -0400 |
commit | 93131e119fa0f1fe44ccbccd0b8edcf8707a892d (patch) | |
tree | e13c3df4821d5bf4e37665bf0b54d58340241d54 /autogen/config.in | |
parent | 1cd646250d11af2eeafc1b696c3e6c7d275296f2 (diff) | |
download | emacs-93131e119fa0f1fe44ccbccd0b8edcf8707a892d.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen/config.in')
-rw-r--r-- | autogen/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autogen/config.in b/autogen/config.in index 5f5052c5205..f20c556c940 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -220,9 +220,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if ALSA is available. */ #undef HAVE_ALSA -/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */ -#undef HAVE_ATTRIBUTE_ALIGNED - /* Define to 1 if strtold conforms to C99. */ #undef HAVE_C99_STRTOLD @@ -335,6 +332,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the `endpwent' function. */ #undef HAVE_ENDPWENT +/* Define if you have the declaration of environ. */ +#undef HAVE_ENVIRON_DECL + /* Define to 1 if you have the `euidaccess' function. */ #undef HAVE_EUIDACCESS |