diff options
| author | Glenn Morris | 2012-07-31 18:24:49 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-31 18:24:49 -0400 |
| commit | b2c7a1068135e78b065d05069012f2fb240fea9d (patch) | |
| tree | d45770f1ce4c3463b5448c95c799649ae4b555ec /src/editfns.c | |
| parent | d66060f8240bda3945e812d9172df3e6a7e4d67a (diff) | |
| download | emacs-b2c7a1068135e78b065d05069012f2fb240fea9d.tar.gz emacs-b2c7a1068135e78b065d05069012f2fb240fea9d.zip | |
* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.
* src/editfns.c (USER_FULL_NAME):
* src/emacs.c (SEPCHAR):
* src/process.h (NULL_DEVICE): Let configure set them.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/editfns.c b/src/editfns.c index f174594dd97..dda6371369d 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -59,10 +59,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | #include "window.h" | 59 | #include "window.h" |
| 60 | #include "blockinput.h" | 60 | #include "blockinput.h" |
| 61 | 61 | ||
| 62 | #ifndef USER_FULL_NAME | ||
| 63 | #define USER_FULL_NAME pw->pw_gecos | ||
| 64 | #endif | ||
| 65 | |||
| 66 | #ifndef USE_CRT_DLL | 62 | #ifndef USE_CRT_DLL |
| 67 | extern char **environ; | 63 | extern char **environ; |
| 68 | #endif | 64 | #endif |